Getting issues with no assigned_to_id field
Added by Ruslan K 9 months ago
Hi there!
How can I get a list of issues that are assigned to me, as well as those that do not have an "assigned_to_id" field?
assigned_to_id: "me" works as expected. But how do I get the full result?
Replies (2)
RE: Getting issues with no assigned_to_id field - Added by Ruslan K 9 months ago
UPDT:
I found the solution - "!*" but now I have a question, how can I pass 2 such parameters in one query? "me" and "!*" ?
RE: Getting issues with no assigned_to_id field - Added by Holger Just 9 months ago
You can only use one operator for a field.
Thus, to achieve your result, you can use !*
and set the value to the list of all users but yourself, thus excluding all issues which are assigned to any user but yourself.