Versions Compared

Key

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

...

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.

Bulk operation:

Mark as favorite/Remove from favorite. using the following bulk operation you can add selected issues to your favorite list and group them by the desired color. Use GREY color to remove from the favorite list.