search_child_objects
Find child objects of a parent type in Jira Service Management Assets with optional date and key filters, using automatic pagination to retrieve complete datasets.
Instructions
Search for child objects of a specific parent object type, with optional filters and robust automatic pagination.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentObjectType | Yes | Name of the parent object type to search children for | |
| filters | No | Optional filters to apply to the search | |
| autoPages | No | Enable automatic pagination to fetch all results (default: true for child objects) | |
| maxPages | No | Maximum number of pages to fetch when autoPages=true (default: 10, safety limit) | |
| pageSize | No | Number of results per page when autoPages=true (default: 1000) |