Hi All.
I have 2 projects which have the same fields.
I want to autofill a few fields when I link one issue to the other.
How would I go about achieving that with Automation?
Your assistance would be highly appreciated.
In addition to what @Ivan Lima mentioned, you can also just use the "Issue Linked" trigger setup, then Edit Issue actions for your fields. In the Edit issue action, make sure your want to select copy from the trigger issue.
The trigger event "Issue linked" - Rule executes when an issue is linked to another issue. {{issue}} will always refer to the source issue, so if ISSUE-A is blocked by ISSUE-B, this rule will execute on ISSUE-B. To access ISSUE-A, use {{destinationIssue}}, and to access the link type, use {{linkType}} (e.g. {{linkType}}
Test it out and it should work...
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
Hi @Andile Luvuno, using Automation for Jira, one possible way you can implement this would be:
The rule will execute when you link an issue to another. The rule above assumes you want to edit the destination. For example, if A blocks B, you will be editing B. In this case, you can copy values from the trigger issue or implement additional logic to autofill B.
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.