How to write an automation rule so that status of original ticket gets changes , duplicate(linked issue) to reflect the same and also any update made on the original ticket should reflect on the duplicate.
Hi again @Akshithrekulapelli !
So the automation is:
If Issue Transitioned
AND Linked Issues of Link Type "is duplicated by" exist
Then For Linked Issues of type is duplicated by Link Type
Transtion Issue
Status = Copy from trigger issue
Can you confirm this is your intended automation rule? If so, it could look something like this :
yes, and also it needs to be vice - versa if something changes in the duplicated issue than it should be reflected in the original issue as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Akshithrekulapelli , for that I would use an IF; Else IF Condition like this:
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.