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?
Hi Peter,
There is a Tempo function - team(), that you can use:
assignee IN team("The A Team")
Cheers,
Vidar
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
assignee IN team("The A Team") does not work see below...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.