For filtering Jira tickets, each time I need to select all issue types and let just one unselected. I just need to know if there is some way in which I can have all issue types in the drop down checked, so that I can unselect one of them.
Same thing I need for issue status.
In the first screenshot below, by default all are un-selected, so I need to select each one of them individually. I just need to ease this process and have all checked by default so that I can un-check few of them.
Hi @Ankit Jindal,
You can use advanced search , it will be easy.
like .. issuetype not in (task,bug) and status not in (open,closed)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The basic search does not have functionality to preselect arbitrary options, so no, you can't do this.
I would embrace the advanced search, as @Sreenivasaraju P suggests.
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.