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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

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