> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Linear

Connect to Linear to create and manage issues, list projects, teams, and more

<Accordion title="Create linear comment">
  Create a new comment on a linear issue
</Accordion>

<Accordion title="Create linear attachment">
  Create a new attachment on a linear issue
</Accordion>

<Accordion title="Get Create Issue Default Params">
  Use this action before creating a linear issue to get the default issue estimate and state for a linear team.
</Accordion>

<Accordion title="Delete Issue">
  Delete an issue in linear using the issue id.
</Accordion>

<Accordion title="Donwload Issue Attachments">
  Download attachments from a linear issue.
</Accordion>

<Accordion title="Create linear issue">
  Create a new issue in a linear account and return the url of the created issue. note: use linear create linear issue details action to get the default state and estimate for a linear team.
</Accordion>

<Accordion title="Get Labels by Team">
  Get the list of labels in a linear team
</Accordion>

<Accordion title="Create Label">
  Create a new label in a linear team
</Accordion>

<Accordion title="Get Linear Issue">
  Get the details of a linear issue like title, description, attachments, comments.
</Accordion>

<Accordion title="List linear projects">
  Get the list of projects in a linear account
</Accordion>

<Accordion title="Get Issues by Project">
  Get the list of issues in a linear project
</Accordion>

<Accordion title="Get Cycles by Team">
  Get the list of cycles in a linear team.
</Accordion>

<Accordion title="Get All Cycles">
  Get the list of all cycles in a linear account
</Accordion>

<Accordion title="Get States by Team">
  Get the list of states in a linear team.
</Accordion>

<Accordion title="Remove Label from Linear Issue">
  This tool removes a specific label from an existing linear issue. it enables users to remove a label from an issue, complementing the existing linear create linear label tool for complete label management.
</Accordion>

<Accordion title="Get Teams by Project">
  Get the list of teams in a linear account filtered by project id
</Accordion>

<Accordion title="Run Query or Mutation">
  Run a query or mutation on linear
</Accordion>

<Accordion title="Update issue">
  Updates an existing issue in linear with the specified parameters. this tool allows modification of various issue attributes including title, description, status, priority, labels, and more.
</Accordion>
