Jira
Version 1.0
Text size
Jira
Connect Aiden with your Jira instance to get help with issues, projects, boards, and sprints. Once enabled, Aiden can search, create, and manage Jira work using natural language.
Integration Capabilities
With Jira integration, Aiden can:
- Search issues using JQL (Jira Query Language) to find tickets by status, assignee, project, labels, and more.
- Get issue details including description, status, assignee, comments, and custom fields.
- List and manage projects and their configuration.
- Work with boards and sprints, including agile boards, sprint issues, and backlog.
- Create and update issues such as tasks, bugs, and stories.
- Transition issues through workflow states (e.g. To Do → In Progress → Done).
- Manage links between issues (blocks, relates to, duplicates, etc.).
- Add comments and worklogs to issues.
- Include Jira links in responses for quick navigation.
Custom Skills
On top of the built-in capabilities, you can create custom skills for Jira, for example:
- Enforce sprint hygiene and backlog grooming workflows.
- Create self-service workflows for common issue types.
- Automate status updates or reporting across projects.
Check out the Skills page for more information.
Enable Jira Integration
Create Your Jira API Token
- Log in to your Atlassian account and go to your Jira site (e.g.
https://your-domain.atlassian.net). - Navigate to Atlassian Account Settings > Security > Create and manage API tokens.
- Click Create API token, give it a label (e.g., "Aiden"), and copy the token. Store it securely; it will not be shown again.
Steps to Enable Jira Integration
Follow these steps to enable the integration:
- From the Aiden home page, click Integrations in the left navigation.
- Hover and click Activate on the Jira integration card.
- Enter the integration configuration parameters:
- Domain: Your Atlassian domain (e.g.,
your-companyforhttps://your-company.atlassian.net).- Use only the subdomain part, without
.atlassian.net.
- Use only the subdomain part, without
- Username: Your Atlassian account email address.
- Jira API Token: The API token created in the steps above.
-
Make sure that the token has the Jira permissions needed for the operations you want Aiden to perform (read, write, etc.).
Security Best Practices- Create a dedicated API token for Aiden with the minimum required permissions.
- Use read-only access if you only need Aiden to search and view issues.
- Rotate API tokens regularly (e.g., every 60–90 days).
- Monitor Jira audit logs for Aiden's activity.
- Do not share tokens or expose them in code or logs.
-
- Create prebuilt skills: Aiden supports pre-built skills for Jira. Enable Create prebuilt skills if you want these skills available.
- Domain: Your Atlassian domain (e.g.,
- Click Save to enable the integration.
Sample Prompts
Here are some example prompts you can use:
- List all the open issues assigned to me.
- What's the status of PROJ-123?
- List issues in the current sprint for the Backend team.
- Search for high-priority bugs in the API project.
- Create a new task in the Engineering project.
- Move PROJ-456 to In Progress.
- What issues are blocking the release?
- List the sprint burndown for the active sprint.
- Add a comment to PROJ-789 with the deployment status.
- List all projects I have access to.
- Find issues that haven't been updated in 7 days.
- Create a bug and link it to the parent story.