I need help figuring out what is going wrong in my automation. I'm using a global automation template so that when a linked feature is moved to Generally Available (Done) the rule will then change the linked Idea in JPD to Done. The rule runs but gives the following error each time. It identifies the changing Feature, as well as the linked Idea from JPD, but does not transition the Idea's status to Done.
Hi @Tim Sanford ,
An automation like the one below should work for your use case:
^ When a Jira issue is transitioned to Done, the rule then transitions any linked issues / ideas to Be Gone! Note the Scope of this rule is set to Multiple projects with both the Jira and JPD projects selected.
Another thing we're noticed with other customers is their Automation for Jira (A4J) user not being granted JPD product access. This is a known bug, and engineering is currently working on a fix.
In the meantime, the workaround would be to adjust the Actor of the rule to a user who has JPD permissions (creator).
Hi @Nick Haller
Thanks for your answer, as this question is getting asked more and more :^)
Please consider changing your link for Scope to the one in the documentation to explain the differences: https://support.atlassian.com/cloud-automation/docs/create-and-edit-jira-automation-rules/#Edit-the-details-of-a-rule
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
When I move something to Done in my company-managed project the idea it implements is moved to the last step in JPD with the automation below. Hope it can help you in some way.
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.