Hello Ismael and welcome to the Community!
Ideally, you’re wanting to use dashboards within Jira in order to easily get data status reports. You can accomplish this within Jira by completing a few steps:
- We need to setup a filter for your Dashboard to use. Click on Issues.
- From the drop down, select Search for issues.
- Within the Search bar you can specify your filter you wish to use, here are two examples using JQL (one for story and one for epic)
- project = PROJECTNAME AND issuetype = Story ORDER BY priority DESC, updated DESC
- project = PROJECTNAME AND issuetype = Epic ORDER BY priority DESC, updated DESC
- Click the Save as link above the search results
- Enter a name for the new filter and click Submit
- Once you have your filter saved, navigate to Dashboards > Manage Dashboards
- Now select Create a New Dashboard
- Within the Dashboard screen, select Add a new Gadget
- The Gadget we will use for this example is the Issue Statistic gadget
- Once within the Gadget, you will select Advanced Search for your filter and from there select your filter you saved above
- Set your settings to the following:
- Statistic Type: Status
- Sort By: Natural
- Sort Direction: Ascending
- Show Resolved Issue Statistics: Yes
- Auto Refresh: Check this box
- Save your Gadget once completed
- Repeat steps 8 thru 12 to add another gadget for your other saved filters
Screenshot example of the gadget:

These reports will not be in real time, but will refresh every 15 minutes which should be accurate for reporting needs. We hope this gives you an example to use to get your reports on the completed status of issue types.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.