> ## Documentation Index
> Fetch the complete documentation index at: https://docs.architect.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Jira

> The Jira tool connects your AI agents deeply into your agile development environment. By integrating Jira into Architect, your apps can autonomously create epics, transition issues across sprints, log bugs, and compile release notes.

## Why Use Jira in Architect?

Keeping Jira updated is a notorious time-sink for engineers and product managers. With Architect's vibe coding, you can describe how engineering tasks should be tracked, and your agent will enforce your agile methodology. Turn raw meeting notes or Slack complaints into perfectly formatted Jira tickets instantly.

* **Automated Bug Logging:** Build agents that capture errors from your communication channels, extract the steps to reproduce, and file a Jira ticket with the correct priority and component labels.
* **Sprint Summaries:** Have an agent fetch all issues in the active sprint, summarize the blocked or delayed items, and generate a standup report.
* **Epic Breakdown:** Create an autonomous Product Manager that takes a one-paragraph feature idea and breaks it down into a parent Epic with five distinct user-story child tickets in Jira.

## Vibe Coding Examples

Try these natural language prompts to build engineering productivity agents:

<CardGroup cols={1}>
  <Card title="Example 1: The PRD Translator">
    "Build a product management app. When I upload a Product Requirements Document (PRD), use the Jira tool to create a new Epic, and automatically generate and link the necessary user stories and sub-tasks required to build the feature."
  </Card>

  <Card title="Example 2: Slack-to-Jira Pipeline">
    "Create an IT support bot. When a team member reports a hardware issue in Slack, use the Jira tool to create a ticket in the IT Service Desk project. Set the issue type to 'Hardware Request' and assign it to the IT admin."
  </Card>

  <Card title="Example 3: Sprint Velocity Reporter">
    "I want an agile coach agent. At the end of our two-week sprint, use the Jira tool to fetch all tickets that moved to 'Done'. Generate a markdown report highlighting our completed story points and any bugs that carried over."
  </Card>
</CardGroup>

<Tip>
  Combine Jira with GitHub! Vibe code an agent that reads closed Pull Requests in GitHub and automatically transitions the associated Jira tickets from 'In Review' to 'Done'.
</Tip>

## Available Actions

The Jira tool exposes the following actions to your agents. Architect automatically picks the right one based on your prompt.

<Accordion title="View all 46 Jira actions" icon="list">
  * `JIRA_ADD_ATTACHMENT`
  * `JIRA_ADD_COMMENT`
  * `JIRA_ADD_WATCHER_TO_ISSUE`
  * `JIRA_ASSIGN_ISSUE`
  * `JIRA_BULK_CREATE_ISSUE`
  * `JIRA_CREATE_ISSUE`
  * `JIRA_CREATE_ISSUE_LINK`
  * `JIRA_CREATE_PROJECT`
  * `JIRA_CREATE_SPRINT`
  * `JIRA_CREATE_VERSION`
  * `JIRA_DELETE_COMMENT`
  * `JIRA_DELETE_ISSUE`
  * `JIRA_DELETE_VERSION`
  * `JIRA_DELETE_WORKLOG`
  * `JIRA_EDIT_ISSUE`
  * `JIRA_FIND_USERS`
  * `JIRA_GET_ALL_ISSUE_TYPE_SCHEMES`
  * `JIRA_GET_ALL_PROJECTS`
  * `JIRA_GET_ALL_STATUSES`
  * `JIRA_GET_ALL_USERS`
  * `JIRA_GET_COMMENT`
  * `JIRA_GET_CURRENT_USER`
  * `JIRA_GET_ISSUE`
  * `JIRA_GET_ISSUE_LINK_TYPES`
  * `JIRA_GET_ISSUE_PROPERTY`
  * `JIRA_GET_ISSUE_RESOLUTIONS`
  * `JIRA_GET_ISSUE_TYPES`
  * `JIRA_GET_ISSUE_TYPE_SCHEME`
  * `JIRA_GET_ISSUE_WATCHERS`
  * `JIRA_GET_ISSUE_WORKLOGS`
  * `JIRA_GET_PROJECT_VERSIONS`
  * `JIRA_GET_REMOTE_ISSUE_LINKS`
  * `JIRA_GET_TRANSITIONS`
  * `JIRA_GET_VOTES`
  * `JIRA_GET_WORKLOG`
  * `JIRA_LIST_BOARDS`
  * `JIRA_LIST_ISSUE_COMMENTS`
  * `JIRA_LIST_SPRINTS`
  * `JIRA_MOVE_ISSUE_TO_SPRINT`
  * `JIRA_REMOVE_WATCHER_FROM_ISSUE`
  * `JIRA_SEARCH_FOR_ISSUES_USING_JQL_GET`
  * `JIRA_SEARCH_FOR_ISSUES_USING_JQL_POST`
  * `JIRA_SEARCH_ISSUES`
  * `JIRA_SEND_NOTIFICATION_FOR_ISSUE`
  * `JIRA_TRANSITION_ISSUE`
  * `JIRA_UPDATE_COMMENT`
</Accordion>
