-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Gadget
-
1
-
Severity 3 - Minor
Issue Summary
When creating a "time since chart" in a dashboard and select "status category changed" in the Date Field, the result will be a blank page.
When clicking on the total issues link the JQL will be shown and there is a "d" missing.
Steps to Reproduce
- Create a "time since chart" in a dashboard
- Select "status category changed" in the Date Field
- Save and check the chart output
- Click on the "total issues link"
- The JQL shown will be "project = CT AND statuscategorychangedate >= -30d"
Expected Results
The JQL in the chart should be "project = CT AND statuscategorychangeddate >= -30d"
Actual Results
the JQL is "project = CT AND statuscategorychangedate >= -30d"
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available