| java.lang.Object | |
| ↳ | com.atlassian.jira.charts.util.ChartReportUtils |
Common utility methods for charting reports
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | FILTER_PARAM_PREFIX | ||||||||||
| String | PROJECT_PARAM_PREFIX | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Extracts the id component of the 'projectOrFilterId'.
| |||||||||||
Checks that the projectOrFilterId has a valid format according to
isValidFilterParamFormat(String) with
prefix FILTER_PARAM_PREFIX | |||||||||||
Checks that the projectOrFilterId has a valid format according to
isValidFilterParamFormat(String) with
prefix PROJECT_PARAM_PREFIX | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Extracts the id component of the 'projectOrFilterId'.
| projectOrFilterId | the raw value of 'projectOrFilterId' from the request |
|---|
Checks that the projectOrFilterId has a valid format according to isValidFilterParamFormat(String) with
prefix FILTER_PARAM_PREFIX
| projectOrFilterId | the value from form to validate |
|---|
filter-ID formatChecks that the projectOrFilterId has a valid format according to isValidFilterParamFormat(String) with
prefix PROJECT_PARAM_PREFIX
| projectOrFilterId | the value from form to validate |
|---|
project-ID format
