-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Assets - Jira Field & JQL
-
None
-
11
-
Minor
-
5
Issue Summary
When displaying a Gadget (e.g Pie chart gadget or Two-dimensional filter) using the Assets field as a statistic type the number displayed can be wrong.
This problem occurs most commonly when an object related to that field is assigned to a Jira ticket and then deleted from Assets, but it may also happen without object deletion.
Steps to Reproduce
- Create a Pie Chart or Two dimensional filter gadget
- Assign a Project or Filter
- Assign the Assets field you want as Statistic Type
The pie chart will display something like:
Value1 12 Value2 8 Value3 2 Value4 1
- Go into Assets and delete Value 2 for instance
The pie chart assigns randomly the values to the remaining fields:
Value3 12 Value1 8 Value4 1
Expected Results
The correct numbers should be assign to each Assets object.
Actual Results
Number are assigned randomly to an Assets object.
Workaround
No workaround are available for this issue.