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
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 :-)
My JQL
status in (Assigned) AND project = "GBS IT" AND assignee = currentUser() AND (LABELS not in (KEY, " ASSET", URGENTES, PERIODICOs) OR labels is EMPTY)
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
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.
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.
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.
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.
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
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.