createJiraIssue
Create new Jira issues with project details, issue type, summary, description, priority, and assignee through WayStation MCP Server's integration hub.
Instructions
Creates a new issue in a specified Jira project with the provided details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | Project key where the issue will be created (e.g., "PROJ") | |
| issueTypeId | Yes | ID of the issue type to create (e.g., "10001" for Bug) | |
| summary | Yes | Issue title/summary | |
| description | Yes | Detailed description of the issue | |
| priority | No | Issue priority (e.g., "High", "Medium", "Low") | |
| assignee | No | Username of the person to assign the issue to |