Notification Scheme REST API does not return projects

The documentation (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes/#api-rest-api-3-notificationscheme-get) said there will be a “projects” inside “values”, to indicate which project IDs the notification scheme has been assigned to.

My site’s notification schemes look like this:


I’d expect for the scheme named “(migrated 3)” to have two project IDs.

But none of the values contain projects when I called the API.

Hello

I’ve replicated the issue. Neither the Get notifications scheme paginated or the Get notification scheme endpoints return a projects object inside the values object that the documentation says should be in the response.

I suggest you log this with Atlassian as a bug.

In the interim, use the Get projects using notification schemes paginated endpoint, as it returns all the projects being used by the notification schemes.

1 Like