Identifying members who have no issue assigned

Sajin Surendran July 1, 2015

What could be the JQL to identify persons who has no JIRa assigned currently. For e.g, We have three persons A, B, C and only A has got one or more issue assigned now. So our JQL should return B and C

1 answer

0 votes
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 1, 2015

JQL will only find issues not users.

 

What you can do is to use a gagdet (two dimensional filter, pie chart) that can group by assignee then you'll see who has issues assigned (note users with no issues assigned won't show up, so this will do if you have e.g. three users, with 20 Users it will be harder to figure out who has no issues assigned).

Sajin Surendran July 1, 2015

Thank you Udo Brand for the reply. I am currently having the two dimensional chart which shows users having JIRA assigned. As we have large member team, I thought, it would be nice if we can show a table or pie of users who is having no JIRA assigned against them

Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 1, 2015

This is not possible since JQL only can show issues, if an user is currently not assigned it won't show up on the gadget. Another thing you can try is to create for each user an own gadget (filter list) with an individual filter "... and assignee = <USER> " then you can see if there are no issues displayed that this user has no issues assigned And then you w

Sajin Surendran July 1, 2015

Ok Brand. Thank you

Suggest an answer

Log in or Sign up to answer