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
Hi Bill, thank you so much for your suggestion here, this has really helped. The piece I am now missing is that I cant understand where the automation brings back the value from project B to then populate it in project A? Should there be something after the below step where the value that is being looked up from Project B and copied into Project A is pulled back?
Many thanks for your help, Emily
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Emily!
Please see my earlier post with the step after the condition to perform the edit.
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.