I have a task open that is assigned to me, with this label
"
Hi @Sebastian Somi
Could you please try like this it should work
status not in (Done, Closed) AND assignee in (currentUser()) AND labels != "Permanent"
Kind regards,
Moses
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 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.
Hi Mikael, thanks for your reply. I added some pictures, which illustrate the problem above in my reply to Moses. Kind regards.
@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.
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
It looks like you're new here. Sign in or register to get started.