I am currently trying to pull a report to show any bug without a certain label that is dynamic per story. In this case we have multiple bugs with service provider ticket numbers being track as a label example ICE_case#123456. I need to filter out those without a case number so I can review and issue to my team for action.
This is what I have currently tried with no luck:
welcome to the community!
If you're open to solutions from the Atlassian Marketplace, this would be easy to do using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a range of advanced features, including support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
Plus, you can apply text filters (including logical expressions like NOT) on all issue fields, like so:
For more advanced use cases, you can also filter via regular expressions.
Once you've identified your issues, you can work on them directly in JXL (e.g., bulk edit them via copy/paste), or trigger various operations in Jira.
Hope this helps,
Best,
Hannes
Hi @John Rudolph and welcome to the community!
Unfortunately, JQL does not support a wildcard search against labels. To be honest, this is not a best practice for using labels and you will likely need to change how you're capturing this data point. Here are a couple options:
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.