Skip to main content
Glama

create_issue

Create a new Jira issue by specifying project, summary, and issue type. Optionally add description, priority, assignee, labels, components, sprint, parent, epic link, and custom fields.

Instructions

Create a new issue in Jira. Requires at minimum: projectKey, summary, and issueType. Optionally accepts description, priority, assignee, labels, components, sprint assignment, parent issue (for subtasks), epic link, and custom fields. Returns the created issue key, ID, and URL. Before creating, consider using search_issues to check for potential duplicates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNoLabels to apply to the issue.
sprintNoSprint name or ID to add the issue to.
dueDateNoDue date in YYYY-MM-DD format.
summaryYesIssue title/summary. REQUIRED. Max 255 characters.
assigneeNoAccount ID of the user to assign. Omit for automatic assignment.
epicLinkNoEpic issue key to link (e.g., "PROJ-10"). For Story, Task, Bug types.
epicNameNoEpic name. REQUIRED when issueType is "Epic".
priorityNoPriority level. Default: project default.
issueTypeYesIssue type. REQUIRED. "Subtask" requires parentKey. "Epic" requires epicName.
parentKeyNoParent issue key. REQUIRED when issueType is "Subtask".
componentsNoComponent names to associate with the issue.
projectKeyYesProject key (e.g., "PROJ"). REQUIRED.
descriptionNoIssue description. Supports Jira markdown and Atlassian Document Format (ADF).
storyPointsNoStory point estimate (0–100).
customFieldsNoMap of custom field IDs to values. Keys must be like "customfield_10014".
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It describes required fields, optional parameters, and return values, but lacks details on permissions, rate limits, or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise paragraph that front-loads the main purpose, then lists requirements and options efficiently without unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 15 parameters and no output schema, the description covers required/optional fields, special constraints, and return values, though it omits error handling or output format details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds value by summarizing required fields and special constraints (e.g., 'Subtask requires parentKey'), going beyond the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create' and resource 'new issue in Jira'. It distinguishes from siblings like search_issues and update_issue by focusing on creation and listing required fields.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly suggests using search_issues beforehand to check for duplicates, providing a clear usage hint. However, it does not elaborate on when not to use the tool or compare with other mutation siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevelopmentAgentSDD/MCP-JiraCloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server