list_folders
Retrieve folder structures in Jira projects to organize test management workflows, supporting pagination and subfolder navigation.
Instructions
List folders in a project or specific folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | No | Jira project key to filter folders | |
| folderId | No | Parent folder ID to list subfolders | |
| maxResults | No | Maximum number of results to return (default: 50, max: 1000) | |
| startAt | No | Starting position for pagination (default: 0) |