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
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.

Configure credentials above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.getpolicies()