jira

Automate JIRA issue interactions via REST API and ADF content.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bouwerp/agentic-framework --skill jira-bouwerp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/bouwerp/agentic-framework/tree/main/skills/jira
Command: npx skills add https://github.com/bouwerp/agentic-framework --skill jira-bouwerp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently manage JIRA issues by guiding REST API interactions and ADF-based content creation to reduce manual effort.

Core Features & Use Cases

  • View JIRA issues and retrieve detailed fields (including ADF-formatted descriptions)
  • Update issue descriptions with rich ADF content
  • Add comments to issues using ADF or plain text
  • Example: update PROJ-123's description with a comprehensive, structured plan

Quick Start

Ask for your JIRA site, user email, and API token, then perform a sample view or update to verify connectivity.

Frequently Asked Questions about jira

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate JIRA issue updates using the REST API?

Automate JIRA issue updates by making REST API calls to view issues, modify descriptions with Atlassian Document Format content, and add comments, reducing manual effort across JIRA Cloud projects.

What is Atlassian Document Format (ADF) and when do I need it for JIRA issues?

Atlassian Document Format (ADF) is the structured content format used by JIRA Cloud for rich text. You need ADF when updating issue descriptions or adding formatted comments via the REST API to ensure proper rendering of structured content like headings and lists.

How do I authenticate JIRA REST API calls using an API token?

Authenticate JIRA REST API calls using token-based credentials from environment variables or ACLI config. If credentials are missing, safe prompts request your JIRA site, user email, and API token to establish connectivity for subsequent issue management operations.

Can I add plain text comments to JIRA issues or do I need ADF?

You can add comments to JIRA issues using either plain text or Atlassian Document Format (ADF). The REST API supports both methods, allowing plain text for simple updates and ADF for rich, structured content when adding comments to issues.

Does this JIRA REST API automation work with JIRA Cloud projects?

Yes, this JIRA REST API automation applies to JIRA Cloud projects. It supports viewing issues, updating descriptions with ADF content, and adding comments specifically across JIRA Cloud environments using token-based authentication.

What credentials do I need to start managing JIRA issues via REST API?

To start managing JIRA issues via REST API, you need your JIRA site URL, user email, and API token. Credentials can be stored in environment variables or ACLI config, with safe prompts to obtain new tokens when required for authentication.