create_folder
Create a folder to organize test cases in Jira AIO. Set an optional parent to nest the folder; otherwise it goes to the project root.
Instructions
Create an AIO test case folder. Required: projectKey, name. Optional: parentId or parent (folder ID, name, or path). Without parent the folder is created at the project root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Название новой папки | |
| parent | No | ID, имя или путь родителя (например, не актуально) | |
| parentId | No | ID родительской папки (например, 1594). Можно вместо этого передать parent | |
| projectKey | Yes | Ключ проекта в AIO (например, BON) |