backlog_get_projects
Fetch a list of Backlog projects with ID, key, name, and archived status. Optionally filter by archived status to include all, active only, or archived only.
Instructions
Fetch the list of Backlog projects accessible to the authenticated user.
Returns each project with its numeric ID, project key, name, and archived status. Use the numeric ID in the projectId[] filter of backlog_get_issue_list.
Optional filter:
archived: omit = all projects, false = active only (default), true = archived only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | Filter by archived status. Omit = all, false = active only, true = archived only |