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
feat: Allow navigation between issues and tempo buffers
This commit introduces functionality to navigate between the Jira
Issues and Jira Tempo buffers.
- Added `jira-issues--jump-to-tempo` function to close the Jira
Issues buffer and open Jira Tempo.
- Added a "Jump to Tempo worklogs" option ("T") in the Jira Issues
actions menu, bound to the new function.
- Added `jira-tempo--jump-to-issues` function to close the Jira
Tempo buffer and open Jira Issues.
- Added a "Jump to issues" option ("I") in the Jira Tempo menu,
bound to the new function.
feat: Add issue comments and doc formatting
This commit introduces the ability to display comments within the
issue detail view. It allows bold text and code sections in
documentation and comments.