Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

  • No labels