update_release
Update an existing release by sending only the fields to change, such as dates, status, and linked issues.
Instructions
Modify an existing release. Send only the fields you want to change inside the updates object. Requires write permission. Fields: name, description, note, type, startDate, endDate, isStarted, isCompleted, startedAt, completedAt, linkedIssues, branch, environment, buildTarget, testers, parentReleaseId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Fields to update: name, description, note, type, startDate, endDate, isStarted, isCompleted, startedAt, completedAt, linkedIssues, branch, environment, buildTarget, testers, parentReleaseId. | |
| projectId | Yes | Project ID (required). | |
| releaseId | Yes | Internal _id or counter-style ID (required). |