Sign in

Create Release

documented

Create a release.

POST /itil/releases.jsonReleaseno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}.freshservice.com/itil/releases.json" \
  -X POST \
  -u "{{FRESHSERVICE_API_KEY}}:{{FRESHSERVICE_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{ \"itil_release\": { \"subject\": \"{{$subject}}\", \"priority\": {{$priority}}, \"status\": {{$status}}, \"release_type\": {{$release_type}}, \"custom_field_attributes\": {\"release_range_1\": \"{{$release_range_1}}\"}, \"cc_emails\": \"{{$cc_emails}}\" } }'
Create Release · Freshservice · OpenIntegrations