com.atlassian.jira.issue.search.SearchRequestAdminManager |
![]() |
SearchRequestAdminManager is for the admin section only.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Delete a SearchRequest.
| |||||||||||
Return the search request as stored in the database.
| |||||||||||
Gets all
SearchRequest s that are explicitly shared with a group. | |||||||||||
Get all SearchRequests associate with a given project.
| |||||||||||
Update a SearchRequest.
|
Return the search request as stored in the database. NOTE: This method does not perform permission checks to see if the current user has permission to see the requested search request. This method should not be used unless you know you have to.
id | The id of the filter |
---|
Gets all SearchRequest
s that are explicitly shared with a group.
Note: Permissions are NOT set for these objects.
group | The group associated with the SearchRequests |
---|
SearchRequest
objects that are shared with the given group
Get all SearchRequests associate with a given project.
Note: Permissions are NOT set for these objects.
project | Project that is associate with the filters |
---|
SearchRequest
that have their project set to the given project