list_folders
Retrieve a nested tree of folders of specified type (TESTCASE, TESTCYCLE, or TESTPLAN) for a Jira project. Optionally provide a folder ID to return only that subtree, useful for large projects.
Instructions
List folders of a given type in a project as a nested tree with id, name, parentId, and children. Provide folderId to return only that subtree instead of the full project tree (recommended for large projects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Jira project numeric ID (e.g. 10011) | |
| folderType | Yes | Folder type to list | |
| folderId | No | Return only this folder and its children (subtree). Omit to get the full project tree. |