create_issue
Automate Jira issue creation with a REST API integration. Input summary, description, type, and working directory to programmatically manage tasks, epics, or subtasks.
Instructions
Create a new Jira issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | Issue description | |
summary | Yes | Issue summary/title | |
type | Yes | Issue type (Task, Epic, or Subtask) | |
working_dir | Yes | Working directory containing .jira-config.json |