membersOf function

Peter Milakovich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2015

JIRA Advanced Search - membersOf function

Is there a way to modify the membersOf function or create a mirror function that looks at Tempo Team instead of JIRA Group?

2 answers

1 accepted

0 votes
Answer accepted
Viðar Svansson [Tempo]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2015

Hi Peter,

There is a Tempo function - team(), that you can use:

assignee IN team("The A Team")

Cheers,

Vidar

Natalie White March 6, 2019

Does this only work in Tempo Server? Or does it work in Cloud as well? I am in Cloud and can't get the function to work.

Lukas Maag September 18, 2019

assignee IN team("The A Team") does not work see below...

1 vote
Susanne Götz [Tempo]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2015

Hi Peter,

it is not possible to use the Tempo Team quite in the same way as membersOf, but if you have set the Tempo Team Custom field on your Issue screen, you can filter by Issues linked to the Team (https://tempoplugin.jira.com/wiki/display/TEAMS/Teams+Custom+Field). It is not possible to sort by f.x. assignee that is a member in Team X.

To filter issues by Team set in the Team Custom field in jql, you can use:

Team = "TeamName" 

Kind regards,

Susanne

 

Suggest an answer

Log in or Sign up to answer