java.lang.Object |
↳ |
com.atlassian.jira.dashboarditem.statistics.rest.StatisticsResource |
Class Overview
Statistic searching REST resource.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
String
FILTER_ID
Constant Value:
"filterId"
Public Constructors
Public Methods
public
Response
oneDimensionalSearch
(String jql, Long filterId, String statType)
Complete a one dimensional search on a jql search query or a a filter id. The request must provide `jql` or
`filterId`. If both are present, `filterId` takes precedence.
Parameters
jql
| (optional) The jql to use for the query. |
filterId
| (optional) The filterId to use for the query. |
statType
| The statistic type to groups search results by. |
Returns
- HTTP response containing an error or the result of the query