| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.search.FilterResource |
Resource for searches.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new filter, and returns newly created filter.
| |||||||||||
Returns the default columns for the given filter.
| |||||||||||
Delete a filter.
| |||||||||||
Updates an existing filter, and returns its new value.
| |||||||||||
Returns the default share scope of the logged-in user.
| |||||||||||
Returns the favourite filters of the logged-in user.
| |||||||||||
Returns a filter given an id
| |||||||||||
Resets the columns for the given filter such that the filter no longer has its own column config.
| |||||||||||
Sets the default columns for the given filter.
| |||||||||||
Sets the default share scope of the logged-in user.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new filter, and returns newly created filter. Currently sets permissions just using the users default sharing permissions
| bean | the filter being created |
|---|---|
| uriInfo | info needed to construct URLs. |
| expand | the parameters to expand |
Returns the default columns for the given filter. Currently logged in user will be used as the user making such request.
| filterId | id of the filter |
|---|
Delete a filter.
| id | The ID of the filter to delete. |
|---|
Updates an existing filter, and returns its new value.
| filterId | the id of the filter to update |
|---|---|
| bean | the filter being created |
| uriInfo | info needed to construct URLs. |
| expand | the parameters to expand |
Returns the default share scope of the logged-in user.
Returns the favourite filters of the logged-in user.
| uriInfo | info needed to construct URLs. |
|---|---|
| expand | the parameters to expand |
FilterBeanReturns a filter given an id
| id | the id of the filter being looked up |
|---|---|
| uriInfo | info needed to construct URLs. |
| expand | the parameters to expand |
Resets the columns for the given filter such that the filter no longer has its own column config.
| filterId | id of the filter |
|---|
Sets the default columns for the given filter.
| filterId | id of the filter |
|---|---|
| fields | list of column ids |
Sets the default share scope of the logged-in user. Available values are GLOBAL and PRIVATE.