You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
we have ticket type in JIRA called "incident" with an option to link it to another ticket type called "improvement" .
The link type is "relates to"
How can i search for "incident" tickets that does not have linked "improvement" to it ?
i am trying to use "Issues" --> "Filters" but cant find the correct syntax for my needs.
Oren
It's easy if you have the "script runner" plugin installed -
type = incident and issueFunction not in linkedIssuesOf("type=improvement","relates to")
Just a head's up as you haven't explicitly called out whether you're on server or cloud that although you can install Scriptrunner for cloud, the additional JQL only works on server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Currently it is not possible. Check this post for some alternatives and additional information:
https://answers.atlassian.com/questions/166537
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, the title says "no linked" issues, which ideally means that I want to find issues that do not have anything linked to them. At least, that is what I came looking for. If someone else is looking for the same, here is the solution for it:
project = XYZ AND issueFunction not in hasLinks()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.