Good morning,
We are looking for a JQL to find the tickets that have linked issue of a specific issue type.
We need that to prevent (with an automation) creation of a linkedissue, if a ticket type "problem" is already linked to an incident.
Thanks a lot for your help!
Thank you all for your answers!
A way has been found with automation:
Welcome to the community
I'm not part of vendor, but I quite like the app JQL search extensions for jira
We have made a lot of use of this app and really helped us out.
But the Enhanced search from Adaptavist will also help you out with your current issue, but your request will require an app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community.
You can try with the below JQL:
issuefunction in linkedIssuesOf("Project = ABC and issuetype = Problem")
Regards,
Deepak
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Deepak Jain ,
Thanks, however we do not have scriptrunner :/
Is it only disponible with scriptrunner?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I believe it is not possible without third party plugin.
Regards,
Deepak
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Enhanced search (either as part of Scriptrunner, or on its own) is probably your only option, I can't find anything in the marketplace that can do this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there @Bastien Delourmel (FMX)
If you don't have/want the ScriptRunner app and you're looking for extended search capabilities, you can install Enhanced Search from the marketplace.
Kind regards,
Reece Smith
Product Marketing Manager for Enhanced Search
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.