Hi,
I want to be able to see in one list all the tasks each developer is working on, both as an assignee and as an approver. However, when I add both fields to the search, it shows me tasks that the specific developer is the assignee AND the approver, but I want to receive an OR option.
Hi @Yael Geffen
Please press the word "Switch to JQL" next to the "Search" button and type the JQL query as follow: assignee = <username> OR approvers = <username>
Note that <username> is the user you want to find.
I hope this helps!
Regard,
Y Dang
It does, but I also want to see only specific statuses, mainly - I don't want to see "Done" or "Deferred", how do I add it to the query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Yael Geffen
For that You can edit Query to:
(assignee = <username> OR approvers = <username>) AND Status Not in (Done,Deffered)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doesn't seem to work for me, it still shows me all the statuses I entered in the JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yael Geffen You should leave a space between 2 statuses like my pics. Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yael Geffen Or maybe the status's name in your query does not match with the Status's name. You can try by choosing the name in dropdown list when you typing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yael Geffen Please use '(' & ')' as I have mentioned above in last comment and shown in below screen shot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately still doesn't work, do I need to close the query in some way? With a semi-colon or something like that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Y Dang_Candylio , this is after I chose the statuses from the dropdown menu.
@Mohammed Aamer Khan , not sure I understand from your screenshot where to add the & symbol. On your picture, it seems you deleted parts of the user ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yael Geffen Please copy the following query:
(assignee = 5e82e7ffaff1810c17a6139b OR approvers = 5e82e7ffaff1810c17a6139b) AND status not in (Done, DEFERRED, CANCELED, CANCELLED, DEVTEST)
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.