Tempo Team JQL functions
myTempoTeams() / teamsOfCurrentUser()
Search for matching issues with Tempo Teams of the current user. Requires a Tempo add-on installation.
Examples
Team in myTempoTeams()
OR
Team in teamsOfCurrentUser()
finds the issues where the current user is a member of the selected team in the Tempo Team field.
Â
userTempoTeams() / teamsOfUser()
Search for matching issues with Tempo Teams of a specific user. Requires a Tempo add-on installation.
Examples
Team in userTempoTeams(“username“)
OR
finds the issues where the particular user is a member of the selected team in the Tempo Team field.
Â