v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Filter sharing

Get default share scope

Returns the default sharing settings for new filters and dashboards for a user.

Permissions required: Permission to access Jira.

get/rest/api/2/filter/defaultShareScope

Response

Returned if the request is successful.

scope'GLOBAL' | 'AUTHENTICATED' | 'PRIVATE' required

The scope of the default sharing for new filters and dashboards:

  • AUTHENTICATED Shared with all logged-in users.
  • GLOBAL Shared with all logged-in users. This shows as AUTHENTICATED in the response.
  • PRIVATE Not shared with any users.