Hi all,
I have project A and Project B. When a story in Project A transitions to status 'Committed' then I want to it go to the linked 'Initiative' in Project B, lookup the value from one of its custom fields and then copy that value back into a defined field in the story in Project A. I have started an automation rule for this but am struggling to complete it. Any pointers would be really helpful.
The rule will not be able to do that with branching because the Edit Issue action acts upon the issue currently in context...and that would no longer be your trigger issue.
Instead you could use the Lookup Issues action with JQL to find the relevant Initiative for the trigger issue and then copy the field from there. For example:
One more thing...your rule will need to use multiple-project scope in order to access the issue data in Project B. Please ask your Jira Site Admin for help changing the rule scope as that is a global automation setting.
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.