Hi,
I need to setup a condition to change the status only if my linked issue is closed.
Please help me with the available option.
Thank You!
Hello @shravya chinthapatla
If I understand correctly, you want to trigger something when a linked issue is closed. For instance, notify the assignee of the original issue.
If this is the case, then please take a look at automations.
Trigger the automation to when an issue is transitioned. In your case, to Closed
Then add a new Branch / Linked issue condition, you can specify which kind of linked issues should be targeted, or you can set it on all linked issues.
Add an action component to do the thing you want the automation to do. In my case, I wanted to comment on the original issue with the status update of the linked (accessible with {{triggerissue}} ) issue.
This is how my automation looks like:
Please let me know if you if this is what you are looking for. If not, please elaborate on your desired outcome.
Thank You for the response!
Let me elaborate the requirement, I have a parent issue and a linked issue and i need to set up a condition/validation to change the status of my parent issue only if my linked issue is completed.
Please let me know if there is any such option in JIRA?
Thank You!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This type of conditions and validators is not available in original Jira.
You should achive this requiement with JMWE add-on.
In JMWE add-on we have a related issues condition, this condition fulfil your requirement.
Cheers!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@shravya chinthapatla
I am sure the suggestion of @Shaik Rafi will work but I do believe it is possible using the build in Automation.
From what I understand, you have a 1 on 1 relation. Meaning that there is only one linked issue. If that issue is set to done, the linked issues should also be set to done.
Here is what I would use, please give it a shot and see if this will do what you want it to:
If you do have multiple linked issues, then you need to add an additional check to make sure that it only transitions when everything is closed. Something like this should do the trick in that case:
Good luck with setting it up. Feel free to reach out if you have any more question. In the mean time, are you familiar with Atlassian's Automation Playground? There are some great automation examples available. It is worth taking a look, and of course, play around!
Atlassian Automation Playground - Have fun!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.