Dashboard, graphs, and integer custom attributes
I have a custom attribute that is an integer value (not an enumeration of values), call it "PPints". I would like to display "Points" on a dashboard as a pie chart of ranges, i.e. points <= 10, 10 < Points <25> 25. Is there a way to do this? When I recently tried this I noticed that Points did not even show up as an available parameter for the chart - perhaps this is because it is an integer instead of an enumeration of some sort? I really don't want to change Points to an enumeration.
Thanks.
Thanks.
One answer
I have a custom attribute that is an integer value (not an enumeration
of values), call it "PPints". I would like to display
"Points" on a dashboard as a pie chart of ranges, i.e.
points <= 10, 10 < Points <25> 25. Is there a way to do
this? When I recently tried this I noticed that Points did not even
show up as an available parameter for the chart - perhaps this is
because it is an integer instead of an enumeration of some sort? I
really don't want to change Points to an enumeration.
We currently don't support this kind of configuration yet, but I have
created
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/96569
to track this request
--
Regards,
Patrick
Jazz Work Item Team