You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I need to create some filters based on Jira project role. I don't see Project role in the picker, there is something called "Team Role" but the values returned all say "None". What is going on here?
Hi Kyle,
I imagine that "Team Role" may be a custom field which is not what you are looking for.
Out of the box it's not possible to search by project role. There is a feature request currently see - https://jira.atlassian.com/browse/JRASERVER-21711?error=login_required&error_description=Login+required&state=34d12f09-fad5-4052-b2ef-e508defe05cd
There is an add-on that provides this functionality:
https://marketplace.atlassian.com/apps/1218367/jql-booster-pack?hosting=server&tab=overview
If you were to use this you could then search using JQL using something like the below:
project = HelpDesk AND assignee IN membersOfRole("Support L3","HelpDesk")
Regards
Evan
Thanks @Evan Underwood-Harley for prompt reply and resource :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.