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

XMLWordPrintable

      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.

       

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

              Created:
              Updated:
              Resolved: