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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok then try this….
project = abc and issueLinkType = “change”
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.