feat: add parent and sub-issues to issue view output#86
Merged
Conversation
Display parent issue and children (sub-issues) when viewing an issue, making it easier to navigate up and down the issue hierarchy. Closes schpet#84 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
|
nice thanks! this lgtm but can you make the tty and non-tty output consistent? i.e. Sub-issues should always be an h2 ( desired output: |
Use markdown formatting for both outputs so Sub-issues and Parent sections use ## headings with proper newlines. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Author
|
this is now fixed @schpet |
Owner
|
@paymog thank you! |
Owner
|
this will land in 1.6.0 shortly |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
linear issue viewoutput (when the issue has a parent)linear issue viewoutput (when the issue has children)Closes #84
Example Output
Test plan
deno checkpassesdeno lintpasses🤖 Generated with Claude Code