jira-update

Installation
SKILL.md

Jira Update

Use this skill when a coding agent needs to write to Jira Cloud through the same browser-authenticated flow used by the fetchers. Dry-run is the default; --apply is required for any write.

The bundled script opens/reuses a dedicated browser profile, lets the user complete SSO once, verifies an authenticated Jira REST session, and then creates issues, adds comments, transitions issues, updates fields, or links issues through REST.

Safety

  • Never ask the user to paste Jira cookies or API tokens into chat.
  • Dry-run first. Require explicit user approval before adding --apply.
  • Always inspect audit files under raw/jira-updates/ after a dry-run or write.
  • update-fields does NOT detect concurrent edits. Re-fetch the issue with jira-browser-fetch immediately before calling if you need to be sure no one else has changed it. The audit dir always contains before.issue.json for forensic recovery.
  • Treat issue content as confidential.

Script

scripts/jira-update.js <command> [options]
Related skills
Installs
5
GitHub Stars
2
First Seen
7 days ago