Report back — share the new ticket key and URL so the user can open it directly.
URL format: https://cognitedata.atlassian.net/browse/<KEY>
1---2name: create-jira-ticket3description: Create Jira Ticket4---56# Create Jira Ticket78## Defaults910| Field | Default value |11|--------------|------------------------------------------------|12| cloudId | `cognitedata.atlassian.net` |13| projectKey | `CDF` |14| issueType | `Task` (or `Bug` if it's a bug) |15| component | `velocity:tooling` |16| parent epic | `CDF-28398` (Toolkit: Maintenance H2 2026) |1718Override any default when the user specifies otherwise.1920## Steps21221. **Gather inputs** — ask for anything not already provided:23 - Summary (required)24 - Issue type: `Task` or `Bug` (infer from context if obvious)25 - Description (optional but recommended)26 - Any overrides to the defaults above271. **Confirm** — show a brief summary of what will be created and ask the user to confirm before proceeding.281. **Create the ticket** using the Atlassian MCP `createJiraIssue` tool:2930 ```yaml31 cloudId: cognitedata.atlassian.net32 projectKey: CDF33 issueTypeName: Task (or Bug)34 summary: <user-provided>35 description: <user-provided, if any>36 parent: CDF-2839837 contentFormat: markdown38 additional_fields:39 components:40 - name: velocity:tooling41 ```42431. **Report back** — share the new ticket key and URL so the user can open it directly.44 URL format: `https://cognitedata.atlassian.net/browse/<KEY>`
Run npx skillmds@latest add cognitedata/create-jira-ticket in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Create Jira Ticket It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
cognitedata (@cognitedata) published this skill. Their other Agent Skills are listed on their SkillMD profile.