rename_folder
Rename a Zephyr Scale folder by its numeric ID and set custom field values. The folder ID must be known from creation.
Instructions
Rename an existing Zephyr Scale folder by its numeric id (and optionally update its custom fields). name is the new name of that single folder segment, NOT a path — it must not contain "/" or "". The public Server/DC API v1 cannot LIST folders, so keep the numeric id returned by create_folder — rename_folder needs it (otherwise the id can only be found in the Jira UI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New folder name (a single segment without "/" or "\") | |
| folderId | Yes | Numeric folder id, as returned by create_folder (the API cannot list folders) | |
| customFields | No | Custom field values keyed by field name |