create-ticket

Create Jira tickets for bugs, tasks, or stories in the DWP project.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/tkstang/open-agent-toolkit --skill create-ticket-tkstang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-ticket
Source: https://github.com/tkstang/open-agent-toolkit/tree/main/.agents/skills/create-ticket
Command: npx skills add https://github.com/tkstang/open-agent-toolkit --skill create-ticket-tkstang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating Jira tickets, ensuring that bugs, tasks, and stories are properly tracked and managed within the DWP project.

Core Features & Use Cases

  • Automated Ticket Creation: Generates new Jira tickets with specified details.
  • Flexible Input: Accepts title, type, priority, description, and parent issue as arguments or prompts the user.
  • Use Case: When a bug is discovered in the application, you can use this skill to quickly create a 'Bug' type ticket in Jira with a high priority and a detailed description of the issue.

Quick Start

Create a task ticket with the title "Implement user authentication" and high priority.

Frequently Asked Questions about create-ticket

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

FAQPage Schema
How do I create Jira tickets for bugs and tasks automatically?

To create Jira tickets automatically, this Skill uses Atlassian MCP integration to generate bugs, tasks, or stories within the DWP project. You simply provide the ticket title, type, priority, and description to initiate issue tracking.

Can I create a Jira subtask and link it to a parent issue?

Yes, you can create a Jira subtask by specifying a parent issue during ticket creation. The Skill accepts the parent issue as an argument to properly nest subtasks within an existing story or task.

What details do I need to provide when creating a Jira ticket?

When creating a Jira ticket, you need to provide the title, type, priority, and description. If you omit these details, the Skill will prompt you to supply the necessary arguments before generating the issue.

Does this issue creation tool work with Atlassian MCP integration for the DWP project?

Yes, this issue creation tool works directly with Atlassian MCP integration specifically for the DWP project. It facilitates project management workflows by ensuring bugs and stories are properly tracked within that environment.

What is the best way to track bugs discovered in my application using Jira?

The best way to track discovered bugs in Jira is to create a 'Bug' type ticket with high priority and a detailed description of the issue. This ensures the bug is properly managed within your project workflow.

Are there limitations on which Jira issue types I can create with this tool?

Based on the available metadata, this tool is limited to creating Jira bugs, tasks, and stories within the DWP project. It does not mention support for other issue types like epics or custom formats.