Skip to content

Show parent issue key in issue view - #5

Merged
rethab merged 1 commit into
mainfrom
fix/issue-766
Jul 12, 2026
Merged

Show parent issue key in issue view#5
rethab merged 1 commit into
mainfrom
fix/issue-766

Conversation

@rethab

@rethab rethab commented Jul 12, 2026

Copy link
Copy Markdown
Owner

When an issue has a parent, `jira issue view` currently gives no indication of it — you'd have to open the issue in the browser to find out. The API response already includes the parent key (`Fields.Parent`), it just wasn't being rendered.

This adds a `👪 ` entry to the header line, right after the issue key, but only when a parent exists so unparented issues (epics, top-level stories) keep the existing layout unchanged.

Addresses ankitpokhrel#766.

Fields.Parent was already being parsed from the API response but
never surfaced in the issue view banner, so users had no way to see
an issue's parent without opening it in the browser.
@rethab
rethab merged commit f5bdb65 into main Jul 12, 2026
1 check passed
@rethab
rethab deleted the fix/issue-766 branch July 12, 2026 05:53
rethab added a commit that referenced this pull request Aug 5, 2026
When an issue has a parent, \`jira issue view\` currently gives no
indication of it — you'd have to open the issue in the browser to find
out. The API response already includes the parent key
(\`Fields.Parent\`), it just wasn't being rendered.

This adds a \`👪 <PARENT-KEY>\` entry to the header line, right after the
issue key, but only when a parent exists so unparented issues (epics,
top-level stories) keep the existing layout unchanged.

Addresses ankitpokhrel#766.
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.

1 participant