Hello,
I am stuck on an automation I want to set up thats a little complicated. I want to set an automation up that when fields on the linked issue are updated, it copies the updated fields to the linked issue (I think the correct term might be parent issue).
For example: Project A requests support from Project B for an issue to be on the next release. Project B reviews and updates the fix version field to show this will be included in the 4/2/2024 release. When Project B updates that field, the original issue from Project A has the fixed version field to match what Project B put in the field.
Hi @John Lord
How are the two issues linked? Is it per "issue link" or are they in a parent/child relation (like Epic and Task or Task and Sub-Task)?
You would simply listen for changes in the field in Project B and then update any linked issues or parents/children in Project A. The problem is, that Versions are specific to a Project. You need a Version with exactly the same name in each Project before the global Automation Rule works.
You need to be Jira Admin to create global Automation rules that span 2 or more projects. The rule would look something like this:
Trigger: You watch changes in the Fix version field. You can restrict that to added values, specific Issue operations etc.
Condition: Check whether the change happened in Project B
Branch: Use "Branch rule / related Issues"
This works for linked issues (restrict on the correct type of link you are using) and also for Parent/children issues.
Action: Edit Issue fields
Make sure to Copy from Trigger Issue and un-tick the checkbox "add to existing values"
would you say this approach would work with a scheduled rule?
aka can I reference a particular field of JQLed issues for the value to be copied into respective field in linked issues in another project?
there's no direct COPY FROM for links, I tried setting directly through smart referencing the field, also tried to create a smart variable (but I doubt this would work, probably a table needed?)
General idea is to have a "bulk edit". Would that be possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
could you open a new question referencing this one? I'd need some more details about what exactly you are trying to achieve as I don't quite yet understand what info you want to copy between which issues.
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.
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.