Skip to content

Conversation

@paymog
Copy link
Contributor

@paymog paymog commented Jan 5, 2026

Summary

  • Add parent issue display to linear issue view output (when the issue has a parent)
  • Add sub-issues list to linear issue view output (when the issue has children)
  • Enables agents and users to easily navigate up and down the issue hierarchy

Closes #84

Example Output

# Implement user authentication

Add user authentication to the application.

Parent:
  TEST-100: Epic: Security Improvements [In Progress]

Sub-issues:
  TEST-457: Add login form [Done]
  TEST-458: Add password reset flow [Todo]
  TEST-459: Add OAuth support [In Progress]

Test plan

  • Added new test case "With Parent And Sub-issues" to verify hierarchy display
  • Updated existing tests to include parent/children fields in mock data
  • All snapshot tests updated and passing
  • deno check passes
  • deno lint passes

🤖 Generated with Claude Code

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 <[email protected]>
@schpet
Copy link
Owner

schpet commented Jan 5, 2026

nice thanks! this lgtm but can you make the tty and non-tty output consistent? i.e. Sub-issues should always be an h2 (## prefix in markdown), have a newline underlneath it, etc.

desired output:

## Sub-issues

- **CLI-65**: Handle JPG images in descriptions _[Backlog]_
- **CLI-64**: Handle PNG images in descriptions _[Backlog]_

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 <[email protected]>
@paymog
Copy link
Contributor Author

paymog commented Jan 5, 2026

this is now fixed @schpet

@schpet schpet merged commit f3e9b9f into schpet:main Jan 5, 2026
@schpet
Copy link
Owner

schpet commented Jan 5, 2026

@paymog thank you!

@schpet
Copy link
Owner

schpet commented Jan 6, 2026

this will land in 1.6.0 shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't view subissues

2 participants