Hi,
I am trying to filter out Jira tickets by related owner(name) but was not able to find any syntax for that to query.
Please provide information if that is possible somehow.
Thank you!
Hi levan,
What do you mean with 'SR owner(name)'?
I assume you want to filter issues with an active Jira user as its value.
Such Jira built-in fields can be queried like in the following examples (looking for 'Bob' issues):
assignee = bob
reporter = bob
creator = bob
A similar approach can be used with User Picker custom fields.
You can also query those fields with a group instead of a username like this:
assignee in membersOf("jira-administrators")
Hope it helps.
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.