Is it feasible to create a Jira automation that highlights the initial incomplete sub-task within a list?
I frequently encounter multiple sub-issues that can't be completed because they depend on the preceding issue, which results in time wastage. Any suggestions for addressing this?
Hi Bryan,
I can confirm that if you have the ScriptRunner for Jira Cloud plugin in your instance, then this could help achieve this requirement.
We gave an example script here that will bulk-flag issues returned by a JQL search.
You could run this script as an Escalation Service in order to flag the subtasks which are open and have a particular issue link on them.
An example of JQL to find all Sub Tasks in a project with the Blocks issue type would be to use JQL like project = DEMO and issuetype = Sub-task and issueLinkType in ("blocks")
I hope this information helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.