Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-91380

Ability to enable/disable features in team-managed projects via REST API

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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.

       

              Unassigned Unassigned
              adaluz Angélica Luz
              Votes:
              4 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: