Hi, I am looking for a report that could help me with the task history for an individual developer. Is there a report for the same?
Hi @ram , in JIra, you can use Dashboards to create your own reports with graphs and tables (gadgets) .
Dashboards gadgets use Filters to determine 'what data to show'. And you can create filters using 'assignee = j.smith' combined with whatever you want to see in a dashboard gadget.
For example, you create a filter showing all issues of type Story that have been resolved and were assigned to John Smith.
Next, you create a Gadget on a Dashboard that shows a 'Time Since Chart' set on 'Resolution' for that Filter, so that you see a bar chart displaying the number of Stories completed by John Smith.
Read more on Dashboards: https://support.atlassian.com/jira-software-cloud/docs/work-with-dashboards-in-jira-cloud/
Read more on Filters: https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/
Have a nice day!
Rik
HI Rik,
Thanks. What I am looking for is a kind of report that I can download as an excel with the details of start date, end date and so...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case you probably only need Issue Search. Simply search for the issues assigned to this person
assignee = j.smith AND resolution IS NOT EMPTY
Next, make sure the search results show in List View (not Detail View).
Then you can select the columns you want to see in your table / export.
Once you're satisfied with the results and columns, choose Export > CSV (my defaults).
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.