manage_release
Manage Freshservice releases by creating, retrieving, updating, deleting, filtering, and restoring them. Control release details, scheduling, assignments, and planning fields.
Instructions
Manage Freshservice releases.
NOTE: Like changes, planning_fields cannot be set on create.
If you supply them, they will be applied via a follow-up PUT
automatically.
Args:
action: One of 'list', 'get', 'create', 'update', 'delete',
'filter', 'restore', 'get_fields'.
release_id: Release ID (required for get/update/delete/restore).
subject: Release subject (required for create).
description: HTML description (required for create).
priority: 1=Low, 2=Medium, 3=High, 4=Urgent (required for create).
status: 1=Open, 2=On hold, 3=In Progress, 4=Incomplete, 5=Completed
(required for create).
release_type: 1=Minor, 2=Standard, 3=Major, 4=Emergency
(required for create).
planned_start_date: ISO datetime for planned start.
planned_end_date: ISO datetime for planned end.
work_start_date: ISO datetime for actual work start.
work_end_date: ISO datetime for actual work end.
agent_id: Assigned agent ID.
group_id: Assigned group ID.
department_id: Department ID.
category/sub_category/item_category: Categorization.
assets: Associated assets [{"display_id": N}].
planning_fields: Planning fields dict (build_plan, test_plan).
custom_fields: Custom fields dict.
query: Filter query for 'filter' action.
page/per_page: Pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| query | No | ||
| action | Yes | ||
| assets | No | ||
| status | No | ||
| subject | No | ||
| agent_id | No | ||
| category | No | ||
| group_id | No | ||
| per_page | No | ||
| priority | No | ||
| release_id | No | ||
| description | No | ||
| release_type | No | ||
| sub_category | No | ||
| custom_fields | No | ||
| department_id | No | ||
| item_category | No | ||
| work_end_date | No | ||
| planning_fields | No | ||
| work_start_date | No | ||
| planned_end_date | No | ||
| planned_start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |