Alle integrationer

Jira

Projekter, issues, kommentarer og workflow-overgange på Jira Cloud.

OAuth 10 værktøjer

Overblik

Forbind Jira Cloud for at give AI-klienter adgang til dine projekter og issues til planlægning, triage og workflow-opdateringer.

Forudsætninger

  • Et Jira Cloud-site du har adgang til
  • En stackgate.ai-konto

Credentials

  1. Log ind på stackgate.ai.
  2. Gå til Mine integrationer og åbn Jira.
  3. Klik Aktivér, og derefter Forbind Jira.
  4. Godkend Atlassian OAuth-prompten og giv adgang til dit Jira Cloud-site.

Ingen manuelle API-tokens kræves.

Brug med AI-klienter

  • Dedikeret endpoint: POST /mcp/jira med Sanctum bearer token
  • Private gateway: én config til alle integrationer — brug jira__*-navngivne værktøjer

Typisk workflow: list projekter → søg issues med JQL → hent issue-detaljer → opret eller opdater issues → tilføj kommentarer → skift workflow-status.

Se Dokumentation for HTTP-autentificering og opsætning af private gateway.

Fejlfinding

  • 422 integration not configured — gennemfør OAuth-forbindelsesflowet i Mine integrationer.
  • Token expired or revoked — afbryd og genforbind Jira fra integrationssiden.
  • Wrong Jira site — hvis du har flere Jira Cloud-sites, genforbind og godkend det korrekte site under OAuth.
  • 429 rate limit — Atlassian kan throttle tung API-brug; vent og prøv igen, eller reducer parallelle værktøjskald.

Tilgængelige værktøjer

  • list_accessible_sites

    List Jira Cloud sites accessible with the connected Atlassian account.

  • list_projects

    List Jira projects accessible to the connected account.

  • get_project

    Get details for a Jira project by ID or key.

  • search_issues

    Search Jira issues using JQL.

  • get_issue

    Get full details for a Jira issue by ID or key.

  • create_issue

    Create a new Jira issue in a project.

  • update_issue

    Update fields on an existing Jira issue.

  • add_issue_comment

    Add a comment to a Jira issue.

  • list_issue_transitions

    List available workflow transitions for a Jira issue.

  • transition_issue

    Transition a Jira issue to a new workflow status.

MCP-endpoint: https://stackgate.ai/mcp/jira (HTTP) eller via private gateway.