You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.