Returns a paginated mapping of project that have notification scheme assigned. You can provide either one or multiple notification scheme IDs or project IDs to filter by. If you don't provide any, this will return a list of all mappings. Note that only company-managed (classic) projects are supported. This is because team-managed projects don't have a concept of a default notification scheme. The mappings are ordered by projectId.Permissions required: Permission to access Jira.
Request
Query Params
Responses
🟢200Returned if the request is successful.
application/json
Body
🟠400Returned if search criteria are invalid, strings vs numbers for projectId, notificationSchemeId, startAt and maxResult
🟠401Returned if the authentication credentials are incorrect or missing.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/notificationscheme/project'