JQL for subtasks that only include specific labels?

Barry Smith November 20, 2014

Hello,

I'm trying to create a query to identify all regular issues and include subtasks that ONLY contain a specific label. Could someone provide me with an out of the box JIRA query for this? I work on a large server instance and do not have the ability to go the plugin route.

Thanks!

2 answers

0 votes
Asael Sepúlveda November 20, 2014

issuetype in standardIssueTypes() or (issuetype in subTaskIssueTypes() and labels in ("", ""))

0 votes
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 20, 2014

labels = xxx ?

Suggest an answer

Log in or Sign up to answer