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.