jira-issue

SkillFiles & storage

Write and file an LT Jira issue -- bug, feature or task -- that a triager can act on from the first line. Use whenever asked to file, raise, report or create a Jira issue or LT ticket, to turn a user report or a finding into a ticket, or to restructure a ticket that buries its point. Interviews, hun

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the jira-issue skill

What this skill tells your AI

The instructions your AI receives, as published by sillsdev/fieldworks in .claude/skills/jira-issue/SKILL.md and read by ahel’s review.

This is a provider skill under providers/jira/skills/jira-issue.

Purpose

Handle Jira Issue CRUD by orchestrating local scripts in scripts/ that call Jira REST API.

Trigger Conditions

Use this skill when user intent is any of:

  • Create issue / report bug / log incident
  • Get issue details
  • Update issue fields
  • Delete issue

Script Entry Points

  • scripts/create_issue.py
  • scripts/get_issue.py
  • scripts/update_issue.py
  • scripts/delete_issue.py

Invocation Guidance

When the user says:

  • "Create a Jira issue for service startup failure"

Construct and run:

python app/atlasclaw/providers/jira/skills/jira-issue/scripts/create_issue.py \
  --summary "Service startup failure" \
  --description "Service failed to start due to a database connection timeout"

Then return created issue key to user.

Notes

  • Scripts read Jira connection from atlasclaw.json (service_providers.jira).
  • API mappings are in references/api_mapping.md.
  • Skill scripts are part of this skill package, not standalone global skills.

Signals

GitHub stars
111
Forks
42
Last commit
Sep 2026

ahel review

  • S4info
    community integration — published by sillsdev, not jira

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
jira-issue
Source
github.com/sillsdev/fieldworks