-
Suggestion
-
Resolution: Timed out
Problem
When a team-managed project is created via API, the features are not enabled, so it's necessary to access the project via UI and enable it.
The REST API available on the documentation doesn't work for this type of project:
curl --request PUT \ --url 'https://your-domain.atlassian.net/rest/agile/1.0/board/{boardId}/features' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "boardId": 2154, "feature": "<string>", "enabling": true }'
Suggestion
Add the ability to use this endpoint to enable and disable next-gen/team-managed features.
- is related to
-
JRACLOUD-91349 In Company Managed projects, I want to be able to see and set Project settings > Features using the REST API
- Closed