El catálogo/Jira

Jira

app.jira

Manage issues and projects in Jira

Clave de APIproductivityLeer el código
Versión2.0.0
Categoríaproductivity
AutenticaciónClave de API
Herramientas15
Transportestdio
LicenciaMIT
01

Qué hace

La aplicación, en sus propias palabras.

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

jiraatlassianissuesticketsproject-management
02

Herramientas

15 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • 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

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Secretos de usuario

JIRA_URLJIRA_EMAILJIRA_API_TOKEN

Seguir leyendo

El manifiesto y el código de Jira están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

Jira · Agent Apps