Add Comment To Issue
add_comment_to_issueFull Description
Add a comment to a Linear issue.
Parameters (3 required)
bodystringissue_idstringparent_idstringManage issues, projects, and team workflows in Linear with natural language. Create and update issues, track progress, plan cycles, and coordinate development tasks using Linear’s streamlined project management interface for faster, more efficient workflows.
add_comment_to_issueAdd a comment to a Linear issue.
bodystringissue_idstringparent_idstringadd_label_to_issueAttach a label to a Linear issue.
issue_idstringlabel_idstringadd_url_attachment_to_issueAttach a URL as an attachment to a Linear issue.
issue_idstringtitlestringurlstringassign_issueAssign a Linear issue to a user.
issue_idstringuser_idstringcreate_issueCreate a new issue in Linear.
team_idstringtitlestringassignee_idstringnulldescriptionstringnulllabel_idsarraynullparent_idstringnullpriorityintegerPriority of the issue. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low
nullproject_idstringnullstate_idstringnullcreate_labelCreate a new label in Linear.
label_namestringcolorstringnulldescriptionstringnullteam_idstringnullcreate_projectCreate a new project in Linear.
namestringteam_idstringdescriptionstringnullfetchFetches an Issue object by issue ID.
issue_idstringget_initiativesRetrieve initiatives configured in Linear.
get_issueFetch a specific issue by its ID.
issue_idstringget_issue_commentsReturn the comments attached to a Linear issue.
issue_idstringget_issue_labelsReturn the labels attached to a Linear issue.
issue_idstringget_label_id_by_nameLook up a Linear label ID by name.
label_namestringteam_idstringnullget_profileFetch the current authenticated user's profile.
get_projectFetch a specific project by its ID.
project_idstringget_project_id_by_nameLook up a Linear project ID by name.
project_namestringget_project_updatesReturn the last 20 updates for a project, including author, health, and content.
project_idstringpage_cursorstringnullpage_sizeinteger20get_projects_by_initiativeList Linear projects that belong to a given initiative.
initiative_idstringget_projects_by_team_idSearch projects for a given team ID. Optionally restrict to active (not completed) projects. Returns a page of matching projects and pagination info.
team_idstringactive_onlybooleanFalsepage_cursorstringnullpage_sizeinteger50get_state_id_by_nameReturn the ID for a Linear state with the given name.
state_namestringteam_idstringget_team_membersList members of a Linear team.
team_idstringget_team_statesFetch workflow states for a Linear team.
team_idstringget_user_by_emailFind a Linear user by email address.
emailstringlist_issues_in_projectList issues belonging to a project. Optionally restrict to open issues only. Returns a page of issues and pagination info.
project_idstringopen_onlybooleanFalsepage_cursorstringnullpage_sizeinteger50list_recent_ticketsReturn the most recently updated issues for the viewer's teams.
top_kinteger20remove_label_from_issueRemove a label from a Linear issue.
issue_idstringlabel_idstringresolve_commentMark a Linear comment as resolved.
comment_idstringresolving_comment_idstringnullsearchSearch Linear issues.
The `filters dictionary accepts the following keys: user_id (call get_profile to obtain the ID of the current user), assigned_to_me (boolean), assignee_name, assignee_id, creator_name, creator_id, project_name, project_id, priority(integer), team_id, team_name, state_id, state_name, and date fields: createdAt,updatedAt, completedAt, startedAt using [op, value] where op is one of eq, neq, lt, lte, gt, gte. Example: {"user_id": "usr_123", "project_name": "Backend", "createdAt": ["gte", "2025-01-01"]}. query is a free-text search query. recency_days is ignored. topn is the number of results to return. If query` is empty, the most recently updated issues are returned.
querystringconnector_scopesobjectnullfiltersobjectnullrecency_daysintegernulltopninteger20search_issuesSearch issues by free-text query against title/description. Optionally restrict to open issues only. Returns a page of matching issues and pagination info. If `query is empty, the most recently updated issues are returned.
DO NOT USE THIS WITH call_api. For comprehensive filterable search use search` instead.
querystringopen_onlybooleanFalsepage_cursorstringnullpage_sizeinteger50search_issues_generic_filterSearch Linear issues using a raw GraphQL filter.
issue_filterpage_cursorstringnullpage_sizeinteger50search_projectsSearch projects by name substring. Optionally restrict to active (not completed) projects. Returns a page of matching projects and pagination info.
querystringactive_onlybooleanFalsepage_cursorstringnullpage_sizeinteger50search_teamsSearch for Linear teams using a filter.
filterset_issue_stateMove a Linear issue to a different state.
issue_idstringstate_idstringunassign_issueRemove the assignee from a Linear issue.
issue_idstringupdate_issueUpdate fields on a Linear issue.
issue_idstringissue_updateupdate_projectUpdate properties on a Linear project.
project_idstringupdate_fields