Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Hua Soon SIM [Akeles]
Hua Soon SIM [Akeles]Reporter
Hua Soon SIM [Akeles]
Hua Soon SIM [Akeles]Fix versions
Priority
Who's Looking?
Open Who's Looking?
Created December 21, 2016 at 2:16 PM
Updated August 16, 2020 at 6:35 PM
Resolved February 25, 2017 at 8:13 AM
Current Behaviour - Multiple Bar Charts Gadget
Select up to X (e.g. 4) filters to be evaluated based on number of issue returned by the filter (the max number of filters allowed is an admin configuration)
Plot the chart based on the number of issue for the filter
New Behaviour - to be renamed to Multiple Filters Bar Chart Gadget
Select Up to X (e.g. 4) filters
User choose which number custom/system field to be used and sum up (the total sum of number custom field value ). There is another option (count # of issues) with value = ""
If no numeric custom field is set (i.e. preference value is null or ""), then it will go to count mode
Plot the chart based on the evaluated number
Example
Issue Key
Man-effort
MCHART-1
2
MCHART-2
3
MCHART-3
4
Scenario A
If user have a filter to return all issue from MCHART project and evaluate the # of issue (Current Behavior)
The evaluated number used for plotting chart will be 3
Scenario B
If user have a filter to return all issue from MCHART project and evaluate the Man-effort custom field
The evaluated number used for plotting chart will be 2 + 3 + 4 = 9