Issue notification schemes
Get projects using notification schemes paginated
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.
get/rest/api/3/notificationscheme/project
Query parameters
startAtstring
The index of the first item to return in a page of results (page offset).
maxResultsstring
The maximum number of items to return per page.
notificationSchemeIdstring[]
The list of notifications scheme IDs to be filtered out
projectIdstring[]
The list of project IDs to be filtered out
Response
Returned if the request is successful.