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.
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
So this is a little work around- hope this can help you.
BR
Simon
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.