Returns all permissions in the system and whether the currently logged in user has them. You can optionally provide a specific context to get permissions for (projectKey OR projectId OR issueKey OR issueId)
string
string
string
string
Returns a list of all permissions in Jira and whether the user has them.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/mypermissions' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Rate this page: