Hello Team,
I am working on an automation and I needed some help. I will try to explain the use case for it to be simpler.
I have attached both automations. For the second point, I have tried building something but nothing is happening with no error.
Can you please help?
Thanks.
Hi @Narsha Bac
As per your image, for the trigger "Fix Version Changed" in "Initiative", so I'm assuming you're tracking only one issue type in this change, further in your automation you're using the branch JQL-> "issuetype =Milestone", this might not work since the trigger issue is a Initiative and the current branch falls out of it's scope.
In order to identify each step and the values it's running with I'll suggest you use the " Log Action" to print the tickets at each step, see if the jql you're using is giving you the actual value you need.
Hi Jehan,
Actually the JQL is fine but the comparison is not working. Can you please advice what is the best approach for this automation, based on what I explained? Maybe I am using the wrong conditions.
Regards,
Narsha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tried the automation at my end too, the "TriggerIssue" smart value doesn't seem to work for this use case, you need to use the {{fieldChange.toString}} instead. Below is a snippet of the automation that worked for me: (used EPIC instead of Milestone)
I haven't tried linking the issue, but the Log Action worked, so I'm assuming the Link issue should work as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried but it is not linking the issue. Can you please confirm what smart value is used here?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, I've used the "lookupIssues" smart value which lets me reference the Lookup table's issues from the previous step :
Ref: https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is working perfectly! The milestone is being linked with the initiative.
I am attaching the automation for any future reference for the community.
Thanks a lot for your help!
Regards.
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.