provider Project features PUT /rest/api/3/project/{projectIdOrKey}/features/{featureKey}
@utdk/jira /rest/api/3/project/{projectIdOrKey}/features/{featureKey}
Set project feature state
Sets the state of a project feature.
projectIdOrKey path required
The ID or (case-sensitive) key of the project.
string
featureKey path required
The key of the feature.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
togglefeatureforproject
PUT/rest/api/3/project/{projectIdOrKey}/features/{featureKey}
Sets the state of a project feature.

Parameters

required

The ID or (case-sensitive) key of the project.

required

The key of the feature.

Input

The feature state.

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.togglefeatureforproject()