Hello,
I have this jql query that returns members of the "development" role
"jql":"assignee in (membersOf('development')) ORDER BY created DESC"
is there any way to return the members of two roles, lets say development and HR?
Thank you.
Community moderators have prevented the ability to post new answers.
I found the answer.
"assignee in membersOf('development') OR assignee in membersOf('HR') ORDER BY created DESC"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.