Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create a JQL filter that displays all my issues with specific label?

Admin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 16, 2019

I would like to see all the issues that has a ABC label

2 answers

0 votes
DPKJ
Community Champion
August 16, 2019

Simple,

labels = ABC
Admin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 16, 2019

Tnx, but what if I want to see more than one label. how can I create a drop down list of all my labels

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 16, 2019

JQL does not have parameter entry, there's no option of a "drop down list" (of anything, let alone labels)

But you can filter for a list, try

label in (label1, label2, label3)

You are limited only by the maximum length of the text of a filter, I have a feeling it's something like 254 characters.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 16, 2019

label = "specific-label"

will return all issues with "specific-label" as a label.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events