Nayeem Ahmad
Nayeem Ahmad

Reputation: 619

JIRA - how to see 'who is doing what'?

We are using JIRA software for our project management. I don't see a good way to see 'who is doing what at this point of time'. Can anyone help? So I am in a need of some sort of dashboard where I can see activities of users.

Upvotes: 0

Views: 786

Answers (3)

Michael Peacock
Michael Peacock

Reputation: 2104

Add a two dimensional filter statistics gadget on a shared dashboard, and display Status (x axis) by Assignee (y axis). You'll get a nice table of who's doing what. Make sure you have a filter that selects the issues you're interested in.

Upvotes: 0

Asjal Rana
Asjal Rana

Reputation: 143

I would strongly suggest you to create Rapid board which are available in Agile feature of Jira.

I would recommend you to use Either Scrum board or Kanban board where you can apply Swimlane filters.

There is another, On the dashboard, you can use activity plugins which will show you the activity log. There are Group Time and Two Dimentional Filters are famous for it.

http://screencast.com/t/aOpTCz3aJgXQ

http://screencast.com/t/nBkkkb1AI1

Upvotes: 2

jessehouwing
jessehouwing

Reputation: 115037

If you're using Jira Agile as well, open the board view, it will show all the in progress work. If people have set the Assigned To field, you can see their name on the board as well. If multiple people are working on the same issue, they'll need to split it down into tasks and assign those.

Aren't they all in the "In Progress" column? If you need to you can configure a Quick Filter:

status="In Progress"

See:

Upvotes: 3

Related Questions