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 containing your favorite issues can be utilized to build Jira dashboards, enhancing your daily productivity! |