v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Filter sharing

Set default share scope

Sets the default sharing for new filters and dashboards for a user.

Permissions required: Permission to access Jira.

put/rest/api/3/filter/defaultShareScope

Request body

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.

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.