You need to first create a JQL filter.
for work in progress:
project = PLVRS and statusCategory in ("In Progress") and assignee is not EMPTY
Then change the result view to list view, in columns add "Assignee", and you can see all in progress work grouped by assignee. Or you can use "Two Dimensional Filter Statistics" gadget in Dashboard. Use JQL above and group by assignee field.
Thank you - this is great - I haven't figured out "Two Dimensional Filter Statistics gadget yet but this worked and I was able to create and save a filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Linda Esdon If you want to use gadget, you need to first create a dashboard.
Dashboards--> manage dashboards-->create new dashboards
Name it and click it to goto config page, then add gadget --> load all gadgets --> find "Two Dimensional Filter Statistics", use the filter above and set the XAxis and YAxis.
And you'll get something like this:
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.