Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsJira ToolsJira Create Issue
Jira Tools

Jira Create Issue

Creates a new Jira issue (e.g., bug, task, story) in a specified project. IMPORTANT: Different Jira projects may have custom required fields beyond the standard ones (summary, project_key, issue_type). If issue creation fails with 'field X is required', use JIRA_GET_CREATE_METAD…

Write actionRisk level 2 of 5API key connection
Use Jira Create Issue

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • labelsarray
    List of labels to categorize the issue; new labels are created if they don't exist.
  • parentstring
    Parent issue key (e.g., 'PROJ-123') or issue ID. IMPORTANT: This field should ONLY be used when creating sub-task issue types (e.g., 'Sub-task', 'Subtask'). It is required for sub-tasks. Jira enforces strict hierarchy rules: standard issue types (Task, Story, Bug) can ONLY have…
  • summarystring
    Required
    REQUIRED. Brief, descriptive title for the issue. This is the main headline that will appear in Jira (e.g., 'Fix login button not working', 'Add user profile page').
  • assigneestring
    Account ID of the user to assign the issue to. Must be a valid Jira account ID in one of these formats: (1) Cloud format with tenant ID and UUID: '712020:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', or (2) Legacy 24-character hex string: '5b10a2844c20165700ede21g'. IMPORTANT: Do NOT p…
  • due_datestring
    Expected resolution date in YYYY-MM-DD format.
  • prioritystring
    Priority level for the issue. Can be either a priority name or a valid priority ID from the Jira instance. IMPORTANT: Priority names are completely instance-specific and vary by Jira configuration (e.g., some instances use 'Highest'/'High'/'Medium'/'Low'/'Lowest', while others u…
  • reporterstring
    Account ID of the user reporting the issue. Defaults to the API request user if unspecified.
  • versionsarray
    List of IDs for versions affected by this issue; versions must exist in the project.
  • sprint_idinteger
    ID of the sprint to assign this issue to. The issue will be added to the specified sprint if provided.
  • componentsarray
    List of component IDs (e.g., '10000'); components must already exist in the project.
  • issue_typestring
    Required
    REQUIRED. Type of the issue - must be valid for the target project as available types vary by project configuration. CRITICAL: Always use JIRA_GET_ISSUE_TYPES to check valid types for your project BEFORE creating issues. Can be either a type name (e.g., 'Task', 'Story', 'Epic')…
  • description
    Detailed description of the issue. Accepts either: (1) A plain text or Markdown string (converted to ADF internally), or (2) A pre-formatted Atlassian Document Format (ADF) dict with keys 'type'='doc', 'version'=1, and 'content' array. When passing ADF directly, formatting is pr…

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

  • @Aident7,683126
    Atlassian Cross-Product Work IntakeResearch related Jira and Confluence context before creating a new Jira issue.
    Aug 12, 2026
  • @Aident2,182194
    Engineering-Ready Jira TicketCreate one Jira ticket with implementation context and verifiable acceptance criteria.
    Aug 12, 2026
  • @Aident3,88789
    Jira Development Workflow OrchestrationCreate a Jira development issue and move it to the agreed initial workflow state.
    Aug 12, 2026
  • @Aident9,644235
    Jira Service Project Issue IntakeCreate a structured Jira issue in a service project after reviewing the request-type field requirements.
    Aug 18, 2026