Versions Compared

Key

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

...

In order to see your favorite issues click on the circle button as on the screenshot below and click “My Favorites“ option from the menu or use JQL function from the list below.

...

Also it’s available on the top right corner.

...

You can track if there are any favorite issues with updates from this menu as well.

JQL Functions:

JQL Function Name

Options

Returns

myFavorites(…)

No options mean to search for all colors.
Set of available colors: GREEN, BLUE, PURPLE, RED, PINK, YELLOW.
You can search for several colors, for instance:
issue in myFavorites(“RED“, “GREEN“)

Favorite issues or grouped by color favorite issues.

sharedFavorites(“username“, … colors)

Required at least 1 input parameter “username“ and optional colors.

Shared by user: favorite issues or grouped by color favorite issues.

...