Is there any way to use a field value from a tracker as a value in a chart on a wiki page?
Hi All,
Is there any way to use a field value from a tracker as a value in a chart on a wiki page?
For example,
We can create a chart like below in our wiki using the markup code below.
+++++++++++++++++++++++++++++++++Markup code+++++++++++++++++++++++++++++++++++++++++++++++++++
[{ StackedBarChart title='Issues By Version' seriespaint='red,orange,green' threed=true orientation=horizontal
:Version|String, 0.7-pre, 0.9-rc1, 1.0-final
Fatal, 10, 6, 1
Major, 23, 11, 4
Minor, 15, 3, 6
}]
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++Markup Result++++++++++++++++++++++++++++++++++++++++++++++++



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I want to use the values of Fatal, Major, Minor as the values of the custom field in Tracker.

Is there any way to implement this functionality?
Please let me know if anyone knows.
Thanks.

