JQL Function to search for issues with my team attached in Tempo?

Alex Merenyi November 18, 2015

Say you have an issue, with a Tempo Team attached to it via the Teams custom field. Is there a good way to write a JQL filter that says "Show me all issues with my team attached to it"? Needs to be modular enough to apply to many users; there may be several dozen teams, and I'd rather not create a filter for each team. 

1 answer

0 votes
Simon Kegel //SEIBERT/MEDIA
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.
December 1, 2015

Hey Alex,

you could use a JIRA Group for your team then it's possible. 
For JQL you can use the membersOf("Groupname") function for assignee.

"assignee in membersOf("jira-developers")" f.e. 

This should work - in worst case you have to adjust the your process a little.  

The problem is that you cant access the tempo fields with JQL sad 
So this is a little work around- hope this can help you.

BR
Simon
 

Suggest an answer

Log in or Sign up to answer