init-jira

Solid

Set up the Jira Cloud integration for this project. Verifies credentials against a real Jira Cloud tenant, discovers the tenant's custom-field catalogue and project list, and persists the results under `<paths.integrations>/jira/` (default `.accelerator/state/integrations/jira/`) as team-shared, version-controlled JSON caches. Idempotent: safe to re-run after credential or project changes.

AI & Automation 30 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Init Jira !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config context --skill init-jira --fail-safe` > **Configuration**: Set `work.integration: jira` and > `work.default_project_code: <KEY>` in `.accelerator/config.md` to > enable auto-scoping. See the > [`### work` section of `configure/SKILL.md`](../../config/configure/SKILL.md#work) > for the full reference. You are setting up the Jira Cloud integration for this project. Work through the steps below in order, stopping to prompt the user only when a value is missing and cannot be derived from existing configuration. ## Step 0: Parse arguments Read the argument string (if any) and note: - `--site <subdomain>` — Jira Cloud subdomain override (e.g. `atomic-innovation`) - `--email <addr>` — Atlassian account email override - `--refresh-fields` — skip steps 1–4; re-run field discovery only - `--list-projects` — print cached projects and exit (no network call) - `--list-fields` — print cached fields and exit (no network call) If `--list-projects` was requested, run: ``` ${CLAUDE_PLUGIN_ROOT}/skills/integrations/jira/scripts/jira-init-flow.sh list-projects ``` If `--list-fields` was requested, run: ``` ${CLAUDE_PLUGIN_ROOT}/skills/integrations/jira/scripts/jira-init-flow.sh list-fields ``` If `--refresh-fields` was requested, skip to Step 5 (field discovery only). ## Step 1: Resolve site Use the site from `--site` if provided. Otherwise read it from config by running `${CLAUDE_PLUGIN_ROOT}/bin/accelerator config get jir...

Details

Author
atomicinnovation
Repository
atomicinnovation/accelerator
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category