provider App data policies GET /rest/api/3/data-policy/project
@utdk/jira /rest/api/3/data-policy/project
Get data policy for projects
Returns data policies for the projects specified in the request.
ids query
A list of project identifiers. This parameter accepts a comma-separated list.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getpolicies
GET/rest/api/3/data-policy/project
Returns data policies for the projects specified in the request.

A list of project identifiers. This parameter accepts a comma-separated list.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getpolicies()