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.
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.