| com.atlassian.jira.charts.util.ChartUtils |
Known Indirect Subclasses
| |||||||||||||
Utility class for charting
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the directory that charts are temporarily stored in.
| |||||||||||
Encode given
image into the base 64 string. | |||||||||||
Make a search request out of the searchQuery parameter and populate the report/portlet param map
| |||||||||||
Get the directory that charts are temporarily stored in.
Encode given image into the base 64 string.
| image | image to be encoded |
|---|---|
| chartName | name that occurs in log in case of error |
image as a String in base 64 encoded format
("data:image/png;base64,iVBORw0KGgoAAAANS...")
Make a search request out of the searchQuery parameter and populate the report/portlet param map
| searchQuery | a jql string, a project id or a filter id |
|---|---|
| params | the map of parameters to modify |

