search_projects
Search Atlassian projects using TQL filters. Retrieve project keys, names, states, and pagination details to locate specific projects or list all.
Instructions
Search Atlassian Projects (Townsquare). Returns project key, name, state, and pagination info. Use searchString for TQL filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from a previous response | |
| first | No | Max projects to return per page (default 50, max 50) | |
| searchString | No | TQL search string for projects (e.g. 'key IN ("MEWS-3866", "MEWS-4181")' or empty for all) |