You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or problem you’d like to solve
Sub-issues are a popular feature used in extensively in many enterprise projects.
Currently there is no method of adding a subissue.
Support for add_sub_issue is sufficient as the issue could be created with create_issue
(MCP clients and their LLM will typically be able to chain the tools together)
Proposed solution
Add tool add_sub_issue
Ensure get_issue lists the sub-issues with their title and if their open/closed.
Describe the feature or problem you’d like to solve
Sub-issues are a popular feature used in extensively in many enterprise projects.
Currently there is no method of adding a subissue.
Support for add_sub_issue is sufficient as the issue could be created with create_issue
(MCP clients and their LLM will typically be able to chain the tools together)
Proposed solution
Additional context
GraphQL - AddSubIssue mutation
REST API - Add Sub-issue
The text was updated successfully, but these errors were encountered: