smithery/alexago83

logics-connector-jira

>- Connect Jira (Atlassian) to the Logics workflow: search issues via JQL and import a Jira issue into `logics/backlog/` as a new `item_###_*.md`.

Installation

$ npx skills add smithery/alexago83 --skill logics-connector-jira

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/alexago83 · top by installs.

npx skills add smithery/alexago83

Browse all from smithery/alexago83

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 850 B
  • docs SUMMARY.md 172 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Jira connector

Environment variables

  • JIRABASEURL (e.g. https://<domain>.atlassian.net)
  • JIRA_EMAIL
  • JIRAAPITOKEN

Optional:

  • JIRADEFAULTJQL (default JQL used by the search script if --jql is omitted)

Search issues (JQL)

python logics/skills/logics-connector-jira/scripts/jira_search_issues.py \
  --jql "project = CIR ORDER BY created DESC" --limit 20

Import an issue into Logics backlog

python logics/skills/logics-connector-jira/scripts/jira_to_backlog.py \
  --issue "CIR-123"

Notes:

  • Uses Jira REST API v3. Descriptions are imported as rendered HTML (when available) and truncated.