com.atlassian.jira.charts.util
Interface ChartUtils
- All Known Implementing Classes:
- ChartUtilsImpl
public interface ChartUtils
Utility class for charting
- Since:
- v4.0
retrieveOrMakeSearchRequest
SearchRequest retrieveOrMakeSearchRequest(String searchQuery,
Map<String,Object> params)
- Make a search request out of the searchQuery parameter and populate the report/portlet param map
- Parameters:
searchQuery
- a jql string, a project id or a filter idparams
- the map of parameters to modify
- Returns:
- The SearchRequest for the project/filter id
Copyright © 2002-2012 Atlassian. All Rights Reserved.