Search for incidents caused by changes

Anna Moran July 5, 2021

I am trying to search for all incidents that were caused by changes. Can anybody help me out with the correct jql for this?

3 answers

0 votes
Daniel Turczanski - __JQL Search Extensions
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 6, 2021

Hey,

You may also want have a look at our app JQL Search Extensions if you have advanced search requirements. 

There are plenty of JQL extensions for links: https://jqlsearchextensions.atlassian.net/l/c/qz9n9thY

Feel free to contact me if you have more questions. Thanks!

0 votes
Suvradip Paul
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 5, 2021

Hi @Anna Moran ,

Thanks for posting in community.

If you are familiar and using ScriptRunner, please navigate to this blog and check the options with Issue Hierarchy Queries - https://valiantys.com/en/blog/atlassian-administration/jql/.

Hope that helps.

Cheers

Suvradip

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 5, 2021

What field in your issues would indicate that changes were the cause? Someone has to make that determination and subsequently update the issue to declare this.  For example, let’s assume you create a custom drop down field, let’s call it Root Cause, and the user performs route calls analysis on the incident and determines that changes what is the cause, and they could select that in the field. With this in place one could use the following JQL.

project = abc and “Root Cause” = Changes

Anna Moran July 5, 2021

linked issue

Anna Moran July 5, 2021

issue type = incident, linked issue - caused by issue type = change

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 5, 2021

Ok then try this….

project = abc and issueLinkType = “change”

Suggest an answer

Log in or Sign up to answer