-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Dashboard & Gadgets
-
1
Issue Summary
This is reproducible on Data Center: Yes
The total Issues Count link present at the bottom of the chart shows all the issues related to the project instead of showing just the issues which are shown in the chart and the number of issues shown should match the count of issues shown.
For example:
If the link is showing Total Issues: 4, once the user clicks on it, it should only show 4 issues and not all the issues of the project selected in the field "Project or Saved Filter" while configuring the project. But as of now, the JQL it makes behind the scenes is like project=<project_key> and hence it lists all the issues of that project.
For the users, who are using that dashboard it is confusing.
Steps to Reproduce
- Add the gadget named: Recently Created Chart to your dashboard.
- Fill in all the required fields. Select the project name in the "Project or Saved Filter" field.
- Save the chart and you will see the Total Issues Count at the bottom of the chart.
- Click on the Total issues count link and it will list all the issues of that project instead of just showing the issues equal to the count shown.
Expected Results
- Once the user clicks on the Total issues count, it should only show the issues pertaining to the count shown and not all the issues present in the project.
Actual Results
- As of now, the user is shown all the issues of the project instead of a number of issues which should be shown once the user clicks on Total Issues Count.
Workaround
- The workaround which may work here is to use the saved filter and then use that saved filter inside the field Project or Saved Filter. Once the user clicks on Total Issues, the JQL formed will be the same as of filter and hence the correct number of issues are displayed.
- mentioned in
-
Page Loading...