The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How can I automate Jira to flag the first incomplete sub-task in a list to save time and organize?

How can I automate Jira to flag the first incomplete sub-task in a list to save time and organize?

Bryan.Singh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 30, 2023

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?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Kristian Walker _Adaptavist_
Community Champion
November 24, 2023

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

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events