We use custom user fields on Jira issues to record who is involved in a issue to perform a specific task, which may be a code reviewer or tester. (It is a custom user field other than the assigned field).
Is it possible to create a custom report that has a user filter that will do the same as the following but substitute the current user with the user selected in the user filter.
(assignee = currentUser() OR "Code Reviewer 1" = currentUser() OR "Code Reviewer 2" = currentUser() OR "UX Responsible" = currentUser() OR Tester = currentUser())) ORDER BY created DESC
Thanks!
Hi @Rob Tyler
The only way to do this that I know of is writing reports using Atlassian SDK and using ‘object configurable parameters’
is that an option for you?
That's probably more than I'd like to do for the value it would give, but thanks for the info!
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.