I want to change the linked issues status through automation, it is a global automation, so the linked issue is in an other project with different workflow.
so i need to compare the status of the triggered issue and change the status of the linked issue accordingly
like
if the triggered issue status is To Do or Ready for Refinement
then linked issue status should change to 'Backlog'
If the triggered issue status is 'In. Progress'
then linked issue status should change to 'In Progress'
If the triggred issue status is 'Done'
Then linked issue status should be 'Ready for Release'
Can we compare the triggred issue status in automation
so far i have
thanks in advance for the help
Hi Selva,
Typically what I do is what I do is create a series of IF/ELSE Conditions after the Issue Transitioned Trigger. Under each condition, I add the Branch like you have it and continue through it but setting the value of the Status instead of just the Copy from trigger because it will be different.
Do one like that, then you can copy the components and slide them under the Else and Branch and update as needed.
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.