Is it possible to search for all Issues that do not have links?
e.g.: Search for all issues that:
- are in project = foo
- assigned to user Bar
- have no linked issues
Use the (commercial) JIRA Tricks Plugin. The query would be:
Project = Foo AND Assignee = bar AND issue not in hasLinks()
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.