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()
image-20240423-110553.pngImage Removedimage-20240423-153800.pngImage Added

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

Code Block
issue in starred(green)
image-20240423-110627.pngImage Removedimage-20240423-153516.pngImage Added

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

Code Block
issue in starred(green, red)
image-20240423-110443.pngImage Removedimage-20240423-153659.pngImage Added
Tip

Saved filters containing your favorite issues can be utilized to build Jira dashboards, enhancing your daily productivity!