Hi
On the previous version of JIRA a list of team members and the number of open jobs they had was in the menu bar on the left-hand side...
With the newer versions, this list has disappeared...
How do i get it back or alternatively a different place to see how many jobs each person has?
Hi @Daniel Elsegood ,
By jobs, do you mean open issues (or tickets)? For your own tickets, you can create (or it may be there already) a quick filter in the board for your project that shows 'only my issues'.
If you're looking for all your Jira issues including the ones that may not display in the board you're looking at, you can always create a filter (filters->advanced issue search (and you can save it)) with the JQL 'assignee = currentUser()' which will give you this information. For the other users you can create separate filters with the corresponding assignee, or you can modify the filter to include a list of assignees ordered by assignee, e.g. "assignee in (person-a, person-b, person-c) order by assignee".
Thanks very much... great work
D
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.