create-jira-ticket

Create Jira tickets from conversation and code context in Atlassian Document Format.

4|5|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/fartybobo/farty-bobo --skill create-jira-ticket-fartybobo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira-ticket
Source: https://github.com/fartybobo/farty-bobo/tree/main/skills/create-jira-ticket
Command: npx skills add https://github.com/fartybobo/farty-bobo --skill create-jira-ticket-fartybobo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of switching to Jira by turning conversation context, code changes, and error logs into fully informed tickets ready for review and approval.

Core Features & Use Cases

  • Context aggregation: Pulls prompts, recent discussion, diff snippets, and logs to understand what needs to be tracked.
  • Project and issue type selection: Queries the Atlassian connector for accessible workspaces, projects, and issue types, guiding the user toward the best fit.
  • ADF drafting and review: Structures summaries, descriptions, acceptance criteria, and other fields in Atlassian Document Format then asks for confirmation before creating the ticket.

Quick Start

Ask the AI to run create-jira-ticket with a concise summary and the relevant context so it drafts the Jira issue.

Frequently Asked Questions about create-jira-ticket

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

FAQPage Schema
How do I create Jira tickets from chat context and code changes?

You can create Jira tickets from chat context by providing a concise summary and relevant discussion or code snippets, which the Skill converts into an Atlassian Document Format draft for your review and approval.

What is Atlassian Document Format and when do I need it for issue creation?

Atlassian Document Format (ADF) is the structured content format required by Jira APIs to render rich text. You need it for issue creation to structure ticket summaries, descriptions, and acceptance criteria properly.

Do I need an Atlassian connector to log Jira tickets from a conversation?

Yes, you need an active Atlassian connector to log Jira tickets from a conversation. The Skill requires connector access to retrieve workspace projects and issue type metadata before creating the ticket.

Can I select a specific issue type and project when logging bugs from code context?

Yes, you can select a specific issue type and project when logging bugs from code context. The Skill queries your connected Atlassian workspaces for available projects and issue types to guide your selection.

What's the best way to automate Jira ticket creation inside a coding workflow?

The best way to automate Jira ticket creation inside a coding workflow is to use a Skill that aggregates diff snippets and error logs, drafts the issue in Atlassian Document Format, and prompts for confirmation before submission.