When we have Incidents we want to track the follow up work. There are 2 ways we know there will be follow up work:
1)followUp label is added to the Incident in project "Incident Response"
OR
2) An issue is linked to the Incident in project "Incident Response" but it may be in a different project space
In each case, we want to ensure the followUp label is added to the Incident and the linked issues.
CC: @Mark Segall
Hi @Renee Niewald - Thanks for creating the separate question.
So, you're looking at two rules (per previous comments, each rule should be configured with a scope that is either global or multi-project):
Rule 1: Label added
This rule will trigger when the label is added, look for any linked issues and add the label to those as well.
Rule 2: New issue linked
This rule will trigger when a new issue has been linked to an incident. Note per the rule...
Rule executes when an issue is linked to another issue. {{issue}} will always refer to the source issue, so if ISSUE-A is blocked by ISSUE-B, this rule will execute on ISSUE-B. To access ISSUE-A, use {{destinationIssue}}, and to access the link type, use {{linkType}} (e.g. {{linkType}}
With this in mind, you'll need to have an understanding of the issue/destinationIssue usage. For this example, let's assume the incident is blocked by the linked issue. The rule would look 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.