Problem
When an issue is open in the detail view, there is no shortcut to open the same issue in JIRA in the browser. Anything Tendril does not support locally — logging hours, changing status, editing the description — requires the JIRA web UI, and today the user has to copy the key and paste it into a browser URL manually.
Proposal
- Add a keyboard binding on the issue detail screen (e.g.
o) that opens the issue's JIRA URL in the default browser.
- The URL is
<jira base URL>/browse/<issue key>; the base URL is already in config.
- Ideally the same shortcut is available on the parent link and on any linked-issue row, so navigating to a related ticket in the browser doesn't force a detour through the detail view.
Out of scope
- Any deeper integration with JIRA actions (logging work, transitioning status) from inside Tendril.
Problem
When an issue is open in the detail view, there is no shortcut to open the same issue in JIRA in the browser. Anything Tendril does not support locally — logging hours, changing status, editing the description — requires the JIRA web UI, and today the user has to copy the key and paste it into a browser URL manually.
Proposal
o) that opens the issue's JIRA URL in the default browser.<jira base URL>/browse/<issue key>; the base URL is already in config.Out of scope