create_task
Generate and manage JIRA tasks directly through the HH JIRA MCP Server. Define task titles and integrate with JIRA for streamlined issue tracking and task creation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"title": {
"title": "Title",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}