This repository was archived by the owner on Jul 9, 2026. It is now read-only.
Added support for sub-issues and project updates#23
Open
mo9a7i wants to merge 5 commits into
Open
Conversation
Add missing projectId parameter to issue creation and updates - Add projectId as optional parameter to create_issue tool - Add projectId as optional parameter to update_issue tool - Enables assigning issues to projects during creation/updates - Maintains backward compatibility (projectId is optional) - Follows Linear API specification for issue-project relationships This addresses a key workflow gap where issues couldn't be associated with projects through the MCP interface, requiring users to manually assign projects in the Linear UI.
Add missing projectMilestoneId parameter for milestone assignment - Add projectMilestoneId as optional parameter to create_issue tool - Add projectMilestoneId as optional parameter to update_issue tool - Enables assigning issues to project milestones during creation/updates - Completes milestone workflow integration with existing milestone management tools - Maintains backward compatibility (parameter is optional) This addresses the missing milestone assignment capability in issue workflows, allowing users to create issues directly under milestones or move existing issues to specific milestones through the MCP interface. Works with existing milestone tools: list_project_milestones, create_project_milestone, update_project_milestone, delete_project_milestone.
Author
|
Added fixes for projectId parameter not existing in create issue and projectMilestoneId |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Sub-Issue Management and Project Documentation Features
🚀 New Features
Sub-Issue Management
list_sub_issues- List all sub-issues for a parent issuecreate_sub_issue- Create sub-issues with property inheritanceset_issue_parent- Convert existing issues to sub-issuesremove_issue_parent- Convert sub-issues back to regular issuesProject Documentation System
list_project_updates- List project updates with paginationcreate_project_update- Create rich markdown project updatesupdate_project_update- Edit existing project updates with diff trackingget_project_update- Retrieve detailed project update information🔧 Fixes
list_my_issues)📊 Impact