---
title: "Get projects using issue security schemes"
method: GET
path: "/rest/api/3/issuesecurityschemes/project"
tags: ["Issue security schemes"]
---

# Get projects using issue security schemes

`GET /rest/api/3/issuesecurityschemes/project`

Returns a [paginated](#pagination) mapping of projects that are using security schemes. You can provide either one or multiple security scheme IDs or project IDs to filter by. If you don't provide any, this will return a list of all mappings. Only issue security schemes in the context of classic projects are supported. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Query parameters

- `startAt` string
- `maxResults` string
- `issueSecuritySchemeId` string[]
- `projectId` string[]

## Response `200`

Returned if the request is successful.

- PageBeanIssueSecuritySchemeToProjectMapping — A page of items.
  - `isLast` boolean — Whether this is the last page.
  - `maxResults` integer — The maximum number of items that could be returned.
  - `nextPage` string, uri — If there is another page of results, the URL of the next page.
  - `self` string, uri — The URL of the page.
  - `startAt` integer — The index of the first item returned.
  - `total` integer — The number of items returned.
  - `values` IssueSecuritySchemeToProjectMapping[] — The list of items.
    - `issueSecuritySchemeId` string
    - `projectId` string

## Other responses

- `400` — Returned if the search criteria is invalid.If you specify the project ID parameter
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user doesn't have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
