Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsLinear ToolsLinear Create Linear Issue
Linear Tools

Linear Create Linear Issue

Creates a new issue in a specified Linear project and team, requiring team_id and title, and allowing optional properties like description, assignee, state, priority, cycle, and due date. All UUID parameters (state_id, assignee_id, cycle_id, label_ids, project_id) must belong to…

Write actionRisk level 2 of 5OAuth connection
Use Linear Create Linear 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

  • titlestring
    Required
    The title of the new issue.
  • team_idstring
    Required
    UUID of the team responsible for this issue. IMPORTANT: You must use a valid team UUID that exists in your Linear workspace and that the authenticated user has access to. Use the LINEAR_GET_ALL_LINEAR_TEAMS action to retrieve the list of available teams and their UUIDs. Do not u…
  • cycle_idstring
    UUID of the cycle (sprint) to assign this issue to. Cycles are time-bound periods used to organize and prioritize work. Only applicable if the team has cycles feature enabled. Must be a valid UUID format. Must belong to the same team as team_id.
  • due_datestring
    The target completion date for the issue in ISO8601 datetime format or YYYY-MM-DD TimelessDate format (e.g., '2024-12-31' or '2024-12-31T23:59:59Z')
  • estimateinteger
    The estimated complexity or effort for the issue, represented as a numerical point value (e.g., 1, 2, 3, 5, 8). The specific scale used (e.g., Fibonacci, Linear, T-shirt sizes mapped to numbers) is defined by the team's settings. This field only applies if the estimates feature…
  • priorityinteger
    Priority of the issue. 0 indicates no priority, 1 is Urgent, 2 is High, 3 is Normal, and 4 is Low.
  • state_idstring
    UUID of the workflow state to assign to the issue (must be a valid UUID format, not a state name like 'backlog' or 'done') Must belong to the same team as team_id — cross-team state UUIDs will be rejected.
  • label_idsarray
    A list of UUIDs for labels to be added to this issue. EXCLUSIVE GROUP CONSTRAINT: Linear organizes labels into groups where only ONE label per group can be applied. STEP-BY-STEP: (1) Call LINEAR_LIST_LINEAR_LABELS with team_id to get available labels. (2) FILTER OUT any labels w…
  • parent_idstring
    UUID of an existing issue to set as the parent of this new issue, creating a sub-issue relationship (must be a valid UUID format)
  • project_idstring
    UUID of the project to associate with this issue. Must be a valid UUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx with 8-4-4-4-12 hex characters). IMPORTANT: The project must belong to the same team specified in team_id - Linear requires projects and issues to be in the same t…
  • assignee_idstring
    UUID of the user to assign to this issue (must be a valid UUID format) User must be a member of the team specified in team_id.
  • descriptionstring
    A detailed description of the issue, which can include markdown formatting.

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

  • @Aident9,473228
    AI-Ready Linear TicketCreate a Linear ticket structured for unambiguous implementation by a coding agent.
    Aug 18, 2026
  • @Aident7,844271
    Developer Onboarding in LinearCreate a role-specific Linear onboarding plan after checking existing work and post its kickoff note.
    Aug 12, 2026
  • @Aident6,153199
    Linear Coding Work HandoffCreate a well-scoped Linear coding issue after duplicate search and post a kickoff comment.
    Aug 18, 2026
  • @Aident2,597172
    Linear Issue ImportValidate rows from a supplied CSV or JSON object and create Linear issues.
    Aug 18, 2026
  • @Aident2,043181
    Plan to Linear Work ItemsBreak an approved implementation plan into independently actionable Linear issues.
    Aug 18, 2026