Question/Feature suggestion:
Is there a way to filter issues that don’t have given tag? Like tag != my-tag
.
My case is that I am using tags to mark issues in Sonar that have Jira tickets created. Currently I can’t filter out the issues that still require Jira entry.
Of course I can write some script that will use web API and filter out those issues, but seems like it would be quite useful to be able to simply do it on webapp or even via web API simple query param extension.