• Alerts
  • Audit Logs
  • Contacts
  • Custom user roles
  • Escalations
  • Forwarding rules
  • Heartbeats
  • Integrations
  • Integration actions
  • Integration outgoing filters
  • Maintenances
  • Notification rules
  • Notification rule steps
  • Policies
  • Team
  • Team Policies
  • Team roles
  • Routing rules
  • Schedules
  • Schedule on-calls
  • Schedule overrides
  • Schedule rotations
  • Schedule timelines
  • Syncs
  • Sync actions
  • Sync action groups
Cloud
Jira Service Management ops / Reference / REST API

Team

Postman Collection
OpenAPI
POST

Enable Operations in teamExperimental

Enable Operations in tea

read:ops-config:jira-service-management

Request

Path parameters

teamId

string

Required

Request bodyapplication/json

adminAccountIds

array<string>

Responses

Returned if the request is successful.

application/json

OperationsEnableSuccessResponse
POST/v1/teams/{teamId}/enable-ops
1 2 3 4 5 6 7 8 9 10 11 curl --request POST \ --url 'https://api.atlassian.com/jsm/ops/api/{cloudId}/v1/teams/{teamId}/enable-ops' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "adminAccountIds": [ "12435687725", "54763838909" ] }'
200Response
1 2 3 4 5 6 7 { "message": "<string>", "data": { "id": "<string>", "name": "<string>" } }

Rate this page: