Forums

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

how do i exclude a status on one issue type only in a filter query

Joakim Wöntner
November 10, 2021

i want to be able to filter out closed and verified status on only bugs. this is my current filter.

project = XXXX AND issuetype in (Bug, Epic, Task, "Bug (Sub-Task)", Sub-task) AND "TYP: Team[Dropdown]" = "XXXXXX" ORDER BY Priority DESC
Ranking

Any advice how to do this ?

1 answer

0 votes
Dieter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 12, 2012

To hide the assignees you could add this Javascript to the system banner

<script>
(function($){
   $(document).ready(function(){
      AJS.$(".assigneeRow").find("a").remove()
   });  
})(AJS.$);
</script>

Dieter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 12, 2012

The receipt is simple: Just find some div element with it's id and hide this. E.g. to hide the unresolved components add this

      AJS.$("#fragunresolvedissuesbycomponent").hide()

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events