curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/dashboard/'
{"id":"10000","isFavourite":false,"name":"System Dashboard","popularity":1,"self":"https://your-domain.atlassian.net/rest/api/3/dashboard/10000","sharePermissions":[{"type":"global"}],"view":"https://your-domain.atlassian.net/secure/Dashboard.jspa?selectPageId=10000"}
groupId
or name
property for the group. As a group's name can change, use of groupId
is recommended.self
, id
, key
, assigneeType
, name
, roles
, avatarUrls
, projectType
, simplified
.id
for the project.id
for the role. You must also specify the project
object and id
for the project that the role is in.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.accountId
property for the user.accountId
because of privacy changes. See the migration guide for details.accountId
because of privacy changes. See the migration guide for details.groupId
or name
property for the group. As a group's name can change, use of groupId
is recommended.self
, id
, key
, assigneeType
, name
, roles
, avatarUrls
, projectType
, simplified
.id
for the project.id
for the role. You must also specify the project
object and id
for the project that the role is in.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.accountId
property for the user.