Hello community!
My goal is to close a JSM item when the linked issue in Jira Software is closed.
I have two projects: one, let's name it A is a JSM project, the other, B, is a Jira Software project.
When in A the issue transitions to "in progress" status, the issue is cloned in B and there's a relationship through "relates to".
I would like to introduce an automation that closes issue in A when issue in B is closed.
May someone help me?
Thank you!
Rule is below :)
---
A few notes on this rule...
---
Let us know if this works for you!
Ste
Hello Stephen,
thank you for your detailed comment.
This is similar to what I did. However I have just implemented your suggestions, except for the relationship "relates to".
It doesn't work, "error" and log here attached.
Thank you!
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.
May be you could add another action to your automation rule after the clone that transition to the required status (eg. „Closed“). I would suggest to add a transition action to closed (or the required status) right after the cloning action.
Also, please check on the work flow as well.
Thanks
Lovee Eric
Brilyant Inc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Martina,
Create an automation rule based on Issue Transitioned. Select your Done type status.
Add any Conditions if needed for those certain ticket types.
Add a Branch for Linked Issues - choose Relates to
Add an action under the Branch for Transition Issue. Select the status you want the linked issue to transition to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Martina Bassi ,
There is an automation library you can use as a starting point.
One that seems most similar to your request seems to be https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/1357123
I suggest to take a look there and see if you can create your own variation. If not feel free to come back :)
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.