list_goals
Retrieve Atlassian Goals filtered by status, keyword, or tags. Supports cursor pagination for large result sets.
Instructions
List Atlassian Goals with optional filtering by status, search term, or tags. Supports cursor-based pagination for retrieving large result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter goals by tags. When multiple tags are provided, returns goals matching ALL tags. | |
| limit | No | Maximum number of goals to return (1-100, default: 20) | |
| cursor | No | Pagination cursor from previous response to fetch next page | |
| status | No | Filter goals by status | |
| searchTerm | No | Filter goals by name (partial match) |