Use when a bug, task, or story needs tracking in the DWP Jira project. Creates a Jira ticket through Atlassian MCP integration.
Create a new ticket on the DWP project board in Jira.
Parse the following from $ARGUMENTS:
Collect the following from the user (skip if provided in arguments):
Required:
Optional:
Present a summary of all collected information and ask for confirmation before creating.
Use the createJiraIssue MCP tool with:
cloudId: 96aba6b1-4c85-47bf-bd5b-a3ef7c5802ecprojectKey: DWPsummary: Ticket titleissueTypeName: Bug, Story, Task, or Subtaskdescription: Description text (if provided)On success, provide:
https://vmproduct.atlassian.net/browse/{ISSUE_KEY}On error, display the error message and suggest troubleshooting steps.
/create-ticket title "Update API documentation" type "Task"
/create-ticket title "Login fails with special characters" type "Bug" priority "High" description "Users cannot log in when email contains + characters"
/create-ticket title "Update TypeScript types" type "Subtask" parent "DWP-1234"
Create a task to review the authentication flow with high priority
Create a bug: Login fails with special characters in email. Priority: Highest. Labels: authentication,urgent
Create a subtask for DWP-1234: Update API types to match new schema
The Atlassian MCP server must be configured and accessible for this skill to work.
MCP Connection Failures:
Permission Errors:
Invalid Field Values: