- Announcement banner
- Issue custom field values (apps)
- Issue custom field configuration (apps)
- Jira settings
- Application roles
- Issue attachments
- Audit records
- Avatars
- Issue comments
- Issue comment properties
- Project components
- Time tracking
- Issue custom field options
- Dashboards
- Get all dashboards
- Create dashboard
- Get available gadgets
- Search for dashboards
- Get gadgets
- Add gadget to dashboard
- Update gadget on dashboard
- Remove gadget from dashboard
- Get dashboard item property keys
- Get dashboard item property
- Set dashboard item property
- Delete dashboard item property
- Get dashboard
- Update dashboard
- Delete dashboard
- Copy dashboard
- Issues
- Jira expressions
- Issue fields
- Issue custom field contexts
- Get custom field contexts
- Create custom field context
- Get custom field contexts default values
- Set custom field contexts default values
- Get issue types for custom field context
- Get custom field contexts for projects and issue types
- Get project mappings for custom field context
- Update custom field context
- Delete custom field context
- Add issue types to context
- Remove issue types from context
- Assign custom field context to projects
- Remove custom field context from projects
- Screens
- Issue custom field options (apps)
- Issue field configurations
- Get all field configurations
- Create field configuration
- Update field configuration
- Delete field configuration
- Get field configuration items
- Update field configuration items
- Get all field configuration schemes
- Create field configuration scheme
- Get field configuration issue type items
- Get field configuration schemes for projects
- Assign field configuration scheme to project
- Update field configuration scheme
- Delete field configuration scheme
- Assign issue types to field configurations
- Remove issue types from field configuration scheme
- Filters
- Filter sharing
- Groups
- Group and user picker
- License metrics
- Issue search
- Issue properties
- Issue watchers
- Issue remote links
- Issue votes
- Issue worklogs
- Issue worklog properties
- Issue links
- Issue link types
- Issue security schemes
- Get issue security schemes
- Create issue security scheme
- Get issue security levels
- Set default issue security levels
- Get issue security level members
- Get projects using issue security schemes
- Associate security scheme to project
- Search issue security schemes
- Get issue security scheme
- Update issue security scheme
- Delete issue security scheme
- Add issue security levels
- Update issue security level
- Remove issue security level
- Add issue security level members
- Remove member from issue security level
- Issue security level
- Issue types
- Issue type properties
- Issue type schemes
- Issue type screen schemes
- Get issue type screen schemes
- Create issue type screen scheme
- Get issue type screen scheme items
- Get issue type screen schemes for projects
- Assign issue type screen scheme to project
- Update issue type screen scheme
- Delete issue type screen scheme
- Append mappings to issue type screen scheme
- Update issue type screen scheme default screen scheme
- Remove mappings from issue type screen scheme
- Get issue type screen scheme projects
- JQL
- JQL functions (apps)
- Labels
- Permissions
- Myself
- Issue notification schemes
- Permission schemes
- Issue priorities
- Projects
- Project types
- Project avatars
- Project features
- Project properties
- Project roles
- Project role actors
- Project versions
- Project email
- Project permission schemes
- Project categories
- Project key and name validation
- Issue resolutions
- Screen tabs
- Screen tab fields
- Screen schemes
- Server info
- Issue navigator settings
- Workflow statuses
- Workflow status categories
- Status
- Tasks
- UI modifications (apps)
- Users
- User search
- User properties
- Webhooks
- Workflows
- Workflow transition rules
- Workflow transition properties
- Workflow schemes
- Get all workflow schemes
- Create workflow scheme
- Get workflow scheme
- Update workflow scheme
- Delete workflow scheme
- Get default workflow
- Update default workflow
- Delete default workflow
- Get workflow for issue type in workflow scheme
- Set workflow for issue type in workflow scheme
- Delete workflow for issue type in workflow scheme
- Get issue types for workflows in workflow scheme
- Set issue types for workflow in workflow scheme
- Delete issue types for workflow in workflow scheme
- Workflow scheme project associations
- Workflow scheme drafts
- Create draft workflow scheme
- Get draft workflow scheme
- Update draft workflow scheme
- Delete draft workflow scheme
- Get draft default workflow
- Update draft default workflow
- Delete draft default workflow
- Get workflow for issue type in draft workflow scheme
- Set workflow for issue type in draft workflow scheme
- Delete workflow for issue type in draft workflow scheme
- Publish draft workflow scheme
- Get issue types for workflows in draft workflow scheme
- Set issue types for workflow in workflow scheme
- Delete issue types for workflow in draft workflow scheme
- App properties
- Dynamic modules
- App migration
Get share permission
GET
/rest/api/3/filter/{id}/permission/{permissionId}
Filter sharing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/filter//permission/'
Response Response Example
200 - Success
{
"id": 10000,
"type": "global"
}
Request
Path Params
id
integer
required
permissionId
integer
required
Responses
🟢200Returned if the request is successful.
application/json
Body
Details of a share permission for the filter.
group
object
optional
groupId
or name
property for the group. As a group's name can change, use of groupId
is recommended.groupId
string | null
optional
name
string
optional
self
string <uri>
read-onlyoptional
id
integer <int64>
read-onlyoptional
project
object
optional
self
, id
, key
, assigneeType
, name
, roles
, avatarUrls
, projectType
, simplified
.For a request, specify the
id
for the project.archived
boolean
read-onlyoptional
archivedBy
object
read-onlyoptional
archivedDate
string <date-time>
read-onlyoptional
assigneeType
enum<string>
read-onlyoptional
Allowed values:
PROJECT_LEADUNASSIGNED
avatarUrls
object
read-onlyoptional
components
array[object (ProjectComponent) {13}]
read-onlyoptional
deleted
boolean
read-onlyoptional
deletedBy
object
read-onlyoptional
deletedDate
string <date-time>
read-onlyoptional
description
string
read-onlyoptional
email
string
optional
expand
string
read-onlyoptional
favourite
boolean
optional
id
string
optional
insight
object
read-onlyoptional
isPrivate
boolean
read-onlyoptional
issueTypeHierarchy
object
read-onlyoptional
issueTypes
array[object (IssueTypeDetails) {10}]
read-onlyoptional
key
string
read-onlyoptional
landingPageInfo
object
read-onlyoptional
lead
object
read-onlyoptional
name
string
read-onlyoptional
permissions
object
read-onlyoptional
projectCategory
object
read-onlyoptional
projectTypeKey
enum<string>
read-onlyoptional
Allowed values:
softwareservice_deskbusiness
properties
object
read-onlyoptional
retentionTillDate
string <date-time>
read-onlyoptional
roles
object
read-onlyoptional
self
string <uri>
read-onlyoptional
simplified
boolean
read-onlyoptional
style
enum<string>
read-onlyoptional
Allowed values:
classicnext-gen
url
string
read-onlyoptional
uuid
string <uuid>
read-onlyoptional
versions
array[object (Version) {17}]
read-onlyoptional
role
object
optional
For a request, specify the
id
for the role. You must also specify the project
object and id
for the project that the role is in.actors
array[object (RoleActor) {7}]
read-onlyoptional
admin
boolean
read-onlyoptional
currentUserRole
boolean
optional
default
boolean
read-onlyoptional
description
string
read-onlyoptional
id
integer <int64>
read-onlyoptional
name
string
optional
roleConfigurable
boolean
read-onlyoptional
scope
object
read-onlyoptional
self
string <uri>
read-onlyoptional
translatedName
string
optional
type
enum<string>
required
user
Shared with a user.group
Shared with a group. If set in a request, then specify sharePermission.group
as well.project
Shared with a project. If set in a request, then specify sharePermission.project
as well.projectRole
Share with a project role in a project. This value is not returned in responses. It is used in requests, where it needs to be specify with projectId
and projectRoleId
.global
Shared globally. If set in a request, no other sharePermission
properties need to be specified.loggedin
Shared with all logged-in users. Note: This value is set in a request by specifying authenticated
as the type
.project-unknown
Shared with a project that the user does not have access to. Cannot be set in a request.Allowed values:
usergroupprojectprojectRolegloballoggedinauthenticatedproject-unknown
user
object
optional
accountId
property for the user.accountId
string
optional
<= 128 characters
active
boolean
optional
avatarUrls
object
optional
displayName
string
optional
key
string
optional
accountId
because of privacy changes. See the migration guide for details.The key of the user.
name
string
optional
accountId
because of privacy changes. See the migration guide for details.The username of the user.
self
string <uri>
optional
🟠401Returned if the authentication credentials are incorrect or missing.
🟠404Returned if:
* the filter is not found.
* the permission is not found.
* the user does not have permission to view the filter.
Modified at 2023-07-13 03:27:27