Hi @Sebastian Somi,
Welcome to Atlassian Community!
You may want to add some more information here, are you saying that you have an issue assigned to you with the label Permanent and you are seeing that issue when you run the above filter?
Hi Mikael, thanks for your reply. I added some pictures, which illustrate the problem above in my reply to Moses. Kind regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please try like this it should work
status not in (Done, Closed) AND assignee in (currentUser()) AND labels != "Permanent"
Kind regards,
Moses
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Moses, thanks for the reply. I made a typo in the title, which I already fixed. Anyways with your query it cant find any issues, however there should be at least 2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sebastian Somi The query is correct,you can see it is green. I have tried it and it worked, if you say label !="Permanent" it means that it will exclude all items that have label ="Permanent" from the image you showed item with label as Permanent. So I don't get it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to exclude all tasks that have the label "Permanent".
The following query also works, but then I loose also any tasks with any label:
status not in (Done, Closed) AND assignee in (currentUser()) AND labels = EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So try and let me know the result
type = "Task" AND Status not in(Done,Closed) AND assignee in (currentUser()) and labels not in("Permanent")
Kind regards,
Moses
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.
It finds the issues when I do the opposite, but i want to see the opposite set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sebastian Somi OK save this filter as "myfilter"
myfilter= status not in(Done,Closed) AND assignee in(currentUser()) AND labels = "Permanent"
Then type the below JQL
filter != myfilter
KInd regards,
Moses
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.