Forums

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

How can I filter a dashboard view to show issues without labels empty?

Angel Alvarez June 7, 2018

Hi guys,

I'd like show the issues assigned to me without labels populated. I mean only issues with field labels empty.

I can show issues with label and filter it for my liking.

 

thanks and Regards

5 answers

1 accepted

0 votes
Answer accepted
Angel Alvarez June 8, 2018

Hi,

I think now is working, my support team updated all my issues's without labels .

They updated labels field  with "No value" or similar.

Thank you so much for your support :-)

1 vote
Angel Alvarez June 7, 2018

My JQL

status in (Assigned) AND project = "GBS IT" AND assignee = currentUser() AND (LABELS not in (KEY, " ASSET", URGENTES, PERIODICOs) OR labels is EMPTY)

image.png

When I started use JIRA I hadn't labels field actived, it was actived for me recently, i don't know if it could be a reason.

 

thanks

Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 7, 2018

Which dashboard gadget are you using to display these Jira issues?  I'm curious if perhaps there is a documented bug in that version of jira.  As far as I can see from your JQL, it looks fine.

0 votes
Angel Alvarez June 8, 2018

Hi,

image.png

Thanks

0 votes
Tarun Sapra
Community Champion
June 7, 2018

Hello @Angel Alvarez

You can create a JQL filter based on the query

assignee = currentUser()  and labels is empty

In the boave query you can use your username as well instead of "currentUser()". This query will fetch issues assigned to you and without labels. You can save this filter and then on the dashboard use the "Filter Results" gadget to fetch issues from the above filter.

Angel Alvarez June 7, 2018

Thanks , please read my answer above

Tarun Sapra
Community Champion
June 7, 2018

Hello @Angel Alvarez

Could you reiterate your requirements and share the snapshot of your JQL along with the version of Jira which you are using.

0 votes
Ollie Guan
Community Champion
June 7, 2018

Hi @Angel Alvarez

Is this query result what you want?

assignee = currentUser() and labels is EMPTY

Angel Alvarez June 7, 2018

Hi,

 

Yes I use it but the result is worng, I don't know whther there is other field in the issue that has influence int the result. if I create the filter with "is not" th result is ok, show me all issues with labels.

Tahnks & Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events