1

In JIRA, you can create quick filters so you can easily find your issues based on some custom filterings. For example, I have the following quick filters:

  • Bugs
  • My issues
  • Coworker's issues
  • Recently created

When I click each one of them I want all others be become deselected. How can I do this? Right now they all stay selected when I click around.

Scott Dudley
  • 3,256
  • 1
  • 18
  • 30
Weblurk
  • 6,562
  • 18
  • 64
  • 120

1 Answers1

1

The answer is: you can't. They are just designed as a toggle buttons.

But... if you are really depressed to do that you can create JIRA plugin which will inject some JavaScript to do that for you ;)

damienix
  • 6,463
  • 1
  • 23
  • 30