How can we notify the reporter of the linked issue when the main ticket is edited, updated, or transitioned?
Hey @Sachin Guttala
You may write an automation rule like below:
Here, {{triggerissue.key}} will be the main work item that was updated. So lets say, ABC-123 and DEF-123 are linked. You update ABC-123, the reporter of DEF-123 will receive an update notifying that ABC-123 was updated.
Thanks!
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.
Hey @Sachin Guttala
This rule will not be triggered for status transitions.
You can use the "Work Item transitioned" trigger to execute it for status changes.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sachin Guttala , are you asking how to notify the reporter of an issue whenever another issue is linked to the ticket. You can do this with automation but there may be challenges/limitations depending on your requirements. For example how do you define the "main ticket". Let me explain.
lets say issue A assigned to Fred is linked to issue B assigned to Tran. Do you want the notifications to be bidirectional or unidirectional? Do you wan Tran to be notified if issue A is updated AND Fred to be notified if issue B is updated OR do you only want Tran to be updated. If the later then you need to consider the linktype. For example let's assume you use the blocked by - blocks linktype pair. In that case maybe A blocks B so you can trigger on updates to issue and check if the issue blocks the linked issue and if so notify Tran.
finally, while I have not offered an example rule (because of unknowns) there are many good examples of how to notify on linked issues in the Community.
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.
Hi @Jack Brickey i want bidirectional like you said Tran to be notified if issue A is updated AND Fred to be notified if issue B is updated, please suggest me workaround for 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.