Hi all,
I am after a list of issues I've worked on, either as the sole/only assignee, or as one of multiple assignees.
This query gets me the issues I was the sole assignee to:
`assignee in (currentUser()) ORDER BY updated DESC`
However, it excludes issues where I am assigned along with other team members.
Any input would be much appreciated.
Thanks,
Jake
Community moderators have prevented the ability to post new answers.
If you 'once' were the assignee but now are not....
assignee = currentuser() OR assignee was currentuser()
Thanks Jack. I am after issues I am currently either assigned to as the sole assignee, or as one of N assignees -- I've updated the OP to be a little clearer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do t understand the implementation of "N assignees". Natively Jira has a single assignee concept. Can you explain your implementation that supports multiple assignees?
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.