Skip to main content

create-jira-ticket

Create a Jira ticket in the CDF project at cognitedata.atlassian.net. Defaults to Task or Bug issue type, component velocity:tooling, and parent epic CDF-28398 (Toolkit: Maintenance H2 2026). Use when the user wants to create a Jira ticket, log a bug, file a task, or track work in Jira.

Ir para a instalação

Informações da origem

Repositório
cognitedata/toolkit
Última atividade na origem
11 de agosto de 2026 às 08:06
Idioma detectado do SKILL.md
inglês
Estrelas
22
Forks
7

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
create-jira-ticket
description
Create a Jira ticket in the CDF project at cognitedata.atlassian.net. Defaults to Task or Bug issue type, component velocity:tooling, and parent epic CDF-28398 (Toolkit: Maintenance H2 2026). Use when the user wants to create a Jira ticket, log a bug, file a task, or track work in Jira.
# Create Jira Ticket ## Defaults | Field | Default value | |--------------|------------------------------------------------| | cloudId | `cognitedata.atlassian.net` | | projectKey | `CDF` | | issueType | `Task` (or `Bug` if it's a bug) | | component | `velocity:tooling` | | parent epic | `CDF-28398` (Toolkit: Maintenance H2 2026) | Override any default when the user specifies otherwise. ## Steps 1. **Gather inputs** — ask for anything not already provided: - Summary (required) - Issue type: `Task` or `Bug` (infer from context if obvious) - Description (optional but recommended) - Any overrides to the defaults above 1. **Confirm** — show a brief summary of what will be created and ask the user to confirm before proceeding. 1. **Create the ticket** using the Atlassian MCP `createJiraIssue` tool: ```yaml cloudId: cognitedata.atlassian.net projectKey: CDF issueTypeName: Task (or Bug) summary: <user-provided> description: <user-provided, if any> parent: CDF-28398 contentFormat: markdown additional_fields: components: - name: velocity:tooling ``` 1. **Report back** — share the new ticket key and URL so the user can open it directly. URL format: `https://cognitedata.atlassian.net/browse/<KEY>`
Ver no GitHub