Get All Projects
jira_get_all_projectsRetrieve all Jira projects accessible to your account, including optional archived projects, to manage and analyze project data.
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 |