The catalogue/Jira

Jira

app.jira

Manage issues and projects in Jira

API keyproductivityRead the source
Version2.0.0
Categoryproductivity
AuthAPI key
Tools15
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

Jira project management — search issues, create/update tickets, manage transitions, and track sprints.

jiraatlassianissuesticketsproject-management
02

Tools

15 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • add_commentAdd a comment to a Jira issue. The comment body is plain text converted to ADF.
  • assign_issueAssign a Jira issue to a user by account ID. Pass null as accountId to unassign the issue.
  • create_issueCreate a new issue in Jira. Returns the created issue object with its key and ID.
  • get_issueGet detailed information about a specific Jira issue by its key (e.g. PROJ-123).
  • get_myselfGet information about the currently authenticated Jira user, including display name, email, and account ID.
  • get_projectGet detailed information about a specific Jira project by its key or ID (e.g. "PROJ").
  • get_sprintGet detailed information about a specific sprint by its ID, including name, state, and dates.
  • get_transitionsGet the available workflow transitions for a Jira issue. Returns transition IDs and names that can be used with transition_issue.
  • list_boardsList agile boards in your Jira instance (Scrum and Kanban). Supports pagination and filtering by project or name.
  • list_projectsList projects in your Jira instance. Supports pagination.
  • list_sprintsList sprints for a given agile board. Use list_boards to find board IDs. Supports filtering by sprint state.
  • search_issuesSearch for Jira issues using JQL (Jira Query Language). Supports pagination and field selection.
  • search_usersSearch for Jira users by display name or email address. Useful for finding account IDs to use with assign_issue or create_issue.
  • transition_issueTransition a Jira issue to a new status. Use get_transitions first to find the available transition IDs.
  • update_issueUpdate fields on an existing Jira issue. Only the provided fields will be changed.
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

User secrets

JIRA_URLJIRA_EMAILJIRA_API_TOKEN

Reading further

The manifest and the source for Jira live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

Jira · Agent Apps