Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Check if all linked issues with trigger issue are resolved

Hi all,

I am trying to create an automation that will check to see if all linked issues to the trigger issue are in resolved. If yes, transition the issue to the next status in the workflow. 

My current automation is setup to check for multiple different stages in the workflow but if I need to break it up so that the automation is only for the specific step that is fine. 

I feel like there should be a jql query that will do what I want but I am not able to figure it out. Any help would be greatly appreciated!

Here is the automation. The trigger is a schedule for now.

jira automation related issues condition.jpgjira automation linked issues.jpg

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 09, 2023

Hi @Simon Shtipelman - Your rule looks ok to me, but I would change from resolution = Done to resolution != Unresolved.  I would imagine that you'd still want the issue to transition on other resolution types (e.g. "Won't Do", "Duplicate", "Declined", etc. ).  

What problems are you running into with the rule? 

Hi @Mark Segall

In this instance I want to make sure the linked issues are all completed before the ticket is allowed to progress to the next status in the workflow.

I did finally figure out the query in JQL:

issuelink = {{issue.key}} and resolution is not empty

The one I had before would give me over 10k results. 

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events