When you work through an incident or its RCA, it helps to know which changes or deployments may have contributed to the problem. This setting controls which Jira issues are available to link in that picker.
🔎 What this controls
On an incident, and in its RCA, the Related Changes/Deployments section lets responders link the deployments or changes that contributed to the incident. This setting defines which Jira issues show up there to choose from.
🛠️ Setting the JQL
Open RCA Settings and find the Changes/Deployments JQL field.
Enter a JQL clause that selects your change or deployment issues. For example:
project = DEPLOY AND issuetype = "Change Request".Select Validate JQL to confirm the query is valid.
Select Save.
💡 Good to know
Your Incident project is always excluded automatically, so incidents never appear as their own contributing changes.
Only issues that match the JQL appear in the picker. Keep the query broad enough to cover how your team tracks deployments and changes, but specific enough that the list stays relevant.
