Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can find your favorite issue using JQL search.

To find all favorite issues, you can use the following JQL query:

Code Block
issue in starred()

To find favorite issue from particular list, you can use this JQL query:

Code Block
issue in starred(green)

Also, you can combine several favorite lists in one query:

Code Block
issue in starred(green, red)
Tip

Saved filters

with

containing your favorite issues can be

used

utilized to build Jira dashboards

improving

, enhancing your daily productivity!