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.
I have two projects A and Project B used for reporting.
I have a rule than creates an issue in B every time one is created in A.
It also links A ->B
I would like to now updated the matching issue B everytime A is updated.
I created a variable to figure out which issue I will need to update
{{"PROJECTB".concat(issue.key.substringAfter("-"))}}
But any idea how I use this variable to update summary , desc etc the right issue in Project B please?
Hi James,
as you mentioned the issues are even linked there is a feature in the automation to look for linked issues and create actions on this linked issue(s).
I would say the rule could look like following (as far as I could read from your information):
Hope this was helpful.
Best
Stefan
Thanks Stefan,
Thats what I figured out last night.
This works well.
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.