You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Dear all,
We need to implement a new issue type named "major Incident" to which users will link incident related to it like :
- Major Inciden issue
- Incident issue 1
- Incident issue 2
- Incident issue 3
What I need to do is when the Major Incident parent issue is close, I need to close automatically all related Incident issue 1,2 and 3 as above exemple.
What is the proper way to do that in jira cloud I guess by using automation rules ?
Please note that related issue type to Major incident parent are NOT sub task they are linked Issue
Thanks for help
regards
you can try to write a automation rule like this ->
trigger -> when a issue is transitioned to done
branch rule -> write a branch rule for linked issues
action -> close all linked issues (change the status to done)
you can customize this as per your use case.
Please find the screenshot bellow for your reference
kindly accept the answer if this resolves your issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How would you setup the rules then in order to identify all related issue of a certain types which are not Sub task ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't had a chance to check it but I think this would give you the basics: https://community.atlassian.com/t5/Jira-questions/How-to-close-related-linked-issue-when-parent-get-close/qaq-p/1570245?utm_campaign=&utm_content=post&utm_medium=email&utm_source=atlcomm#M460184
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry new year brain slow... the answer below is better than the post I found on this topic anyway :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.