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.
Hey @Sandesh Shetty
sorry to bother you. The Request Serge had is the kind of exact oppsoite of what im trying to Achieve and maybe you can help me here.
My Automation has to prohibit the transition isntead of triggering it. If any Child ticket is still open or in any other status than Done/Canceled i want the automation, to block the action.
Do you have any idea how to achieve that?
Thanks
Janek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@serge calderara you may want to also include some JQL or some other way of making sure ONLY Major Issues are the ones causing the linked issues to be closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep - Automation rules is your easiest approach here.
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.
@Kit Friend the link you post jump to my own post :-)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.