Skip to content

INTEGRATION_JIRA

github-actions[bot] edited this page Jul 1, 2026 · 2 revisions

Jira Integration

Jira issue workflows through the optional assistant skill pack.


Best path

Use the Jira assistant skill pack plus local env files. Jira does not use an MCP template here.

Setup

cp ~/.config/agentic-workstation/env.d/jira.env.example ~/.config/agentic-workstation/env.d/jira.env
$EDITOR ~/.config/agentic-workstation/env.d/jira.env

Fill in your Atlassian site URL, email, and API token.

Then enable the Jira assistant pack in your local chezmoi config:

[data]
install_skill_jira_assistant = true

What you need

  • JIRA_SITE_URL
  • JIRA_EMAIL
  • JIRA_API_TOKEN

Common workflows

  • Inspect or update issues
  • Search and triage tickets
  • Draft workflow automation helpers

Verify

dots-doctor
dots-skills list

See also

Clone this wiki locally