Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.89 KB

FilterDetails.md

File metadata and controls

17 lines (16 loc) · 1.89 KB

FilterDetails

Properties

Name Type Description Notes
self String The URL of the filter. [optional]
id String The unique identifier for the filter. [optional]
name String The name of the filter. Must be unique.
description String A description of the filter. [optional]
owner AllOfFilterDetailsOwner The user who owns the filter. This is defaulted to the creator of the filter, however Jira administrators can change the owner of a shared filter in the admin settings. [optional]
jql String The JQL query for the filter. For example, project = SSP AND issuetype = Bug. [optional]
viewUrl String A URL to view the filter results in Jira, using the ID of the filter. For example, https://your-domain.atlassian.net/issues/?filter=10100. [optional]
searchUrl String A URL to view the filter results in Jira, using the Search for issues using JQL operation with the filter's JQL string to return the filter results. For example, https://your-domain.atlassian.net/rest/api/3/search?jql=project+%3D+SSP+AND+issuetype+%3D+Bug. [optional]
favourite Boolean Whether the filter is selected as a favorite by any users, not including the filter owner. [optional]
favouritedCount Long The count of how many users have selected this filter as a favorite, including the filter owner. [optional]
sharePermissions List<SharePermission> The groups and projects that the filter is shared with. This can be specified when updating a filter, but not when creating a filter. [optional]
subscriptions List<FilterSubscription> The users that are subscribed to the filter. [optional]