jira_get_all_projects
Retrieve all Jira projects the current user can access, with an option to include archived projects. Results can be filtered to specific project keys if configured.
Instructions
Get all Jira projects accessible to the current user.
Args: ctx: The FastMCP context. include_archived: Whether to include archived projects.
Returns: JSON string representing a list of project objects accessible to the user. Project keys are always returned in uppercase. If JIRA_PROJECTS_FILTER is configured, only returns projects matching those keys.
Raises: ValueError: If the Jira client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_archived | No | Whether to include archived projects in the results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |