Changes the owner of the filter.
Permissions required: Permission to access Jira. However, the user must own the filter or have the Administer Jira global permission.
Optional
callback: undefinedCreates a filter. The filter is shared according to the default share scope. The filter is not selected as a favorite.
Permissions required: Permission to access Jira.
Creates a filter. The filter is shared according to the default share scope. The filter is not selected as a favorite.
Permissions required: Permission to access Jira.
Optional
callback: undefinedRemoves a filter as a favorite for the user. Note that this operation only removes filters visible to the user from the user's favorites list. For example, if the user favorites a public filter that is subsequently made private (and is therefore no longer visible on their favorites list) they cannot remove it from their favorites list.
Permissions required: Permission to access Jira.
Removes a filter as a favorite for the user. Note that this operation only removes filters visible to the user from the user's favorites list. For example, if the user favorites a public filter that is subsequently made private (and is therefore no longer visible on their favorites list) they cannot remove it from their favorites list.
Permissions required: Permission to access Jira.
Optional
callback: undefinedDelete a filter.
Permissions required: Permission to access Jira, however filters can only be deleted by the creator of the filter or a user with Administer Jira global permission.
Delete a filter.
Permissions required: Permission to access Jira, however filters can only be deleted by the creator of the filter or a user with Administer Jira global permission.
Optional
callback: undefinedReturns the columns configured for a filter. The column configuration is used when the filter's results are viewed in List View with the Columns set to Filter.
This operation can be accessed anonymously.
Permissions required: None, however, column details are only returned for:
Returns the columns configured for a filter. The column configuration is used when the filter's results are viewed in List View with the Columns set to Filter.
This operation can be accessed anonymously.
Permissions required: None, however, column details are only returned for:
Optional
callback: undefinedReturns the visible favorite filters of the user.
This operation can be accessed anonymously.
Permissions required: A favorite filter is only visible to the user where the filter is:
For example, if the user favorites a public filter that is subsequently made private that filter is not returned by this operation.
Returns the visible favorite filters of the user.
This operation can be accessed anonymously.
Permissions required: A favorite filter is only visible to the user where the filter is:
For example, if the user favorites a public filter that is subsequently made private that filter is not returned by this operation.
Optional
parameters: Version3Parameters.GetFavouriteFiltersOptional
callback: undefinedReturns a filter.
This operation can be accessed anonymously.
Permissions required: None, however, the filter is only returned where it is:
Returns a filter.
This operation can be accessed anonymously.
Permissions required: None, however, the filter is only returned where it is:
Optional
callback: undefinedReturns a paginated list of filters. Use this operation to get:
id
only.This operation can be accessed anonymously.
Permissions required: None, however, only the following filters that match the query parameters are returned:
Returns a paginated list of filters. Use this operation to get:
id
only.This operation can be accessed anonymously.
Permissions required: None, however, only the following filters that match the query parameters are returned:
Optional
parameters: Version3Parameters.GetFiltersPaginatedOptional
callback: undefinedReturns the filters owned by the user. If includeFavourites
is true
, the user's visible favorite filters are
also returned.
Permissions required: Permission to access Jira, however, a favorite filters is only visible to the user where the filter is:
For example, if the user favorites a public filter that is subsequently made private that filter is not returned by this operation.
Returns the filters owned by the user. If includeFavourites
is true
, the user's visible favorite filters are
also returned.
Permissions required: Permission to access Jira, however, a favorite filters is only visible to the user where the filter is:
For example, if the user favorites a public filter that is subsequently made private that filter is not returned by this operation.
Optional
parameters: Version3Parameters.GetMyFiltersOptional
callback: undefinedReset the user's column configuration for the filter to the default.
Permissions required: Permission to access Jira, however, columns are only reset for:
Reset the user's column configuration for the filter to the default.
Permissions required: Permission to access Jira, however, columns are only reset for:
Optional
callback: undefinedSets the columns for a filter. Only navigable fields can be set as columns. Use Get
fields to get the list fields in Jira. A navigable field has navigable
set to
true
.
The parameters for this resource are expressed as HTML form data. For example, in curl:
curl -X PUT -d columns=summary -d columns=description https://your-domain.atlassian.net/rest/api/3/filter/10000/columns
Permissions required: Permission to access Jira, however, columns are only set for:
Sets the columns for a filter. Only navigable fields can be set as columns. Use Get
fields to get the list fields in Jira. A navigable field has navigable
set to
true
.
The parameters for this resource are expressed as HTML form data. For example, in curl:
curl -X PUT -d columns=summary -d columns=description https://your-domain.atlassian.net/rest/api/3/filter/10000/columns
Permissions required: Permission to access Jira, however, columns are only set for:
Optional
callback: undefinedAdd a filter as a favorite for the user.
Permissions required: Permission to access Jira, however, the user can only favorite:
Add a filter as a favorite for the user.
Permissions required: Permission to access Jira, however, the user can only favorite:
Optional
callback: undefinedUpdates a filter. Use this operation to update a filter's name, description, JQL, or sharing.
Permissions required: Permission to access Jira, however the user must own the filter.
Updates a filter. Use this operation to update a filter's name, description, JQL, or sharing.
Permissions required: Permission to access Jira, however the user must own the filter.
Optional
callback: undefined
Changes the owner of the filter.
Permissions required: Permission to access Jira. However, the user must own the filter or have the Administer Jira global permission.