View full Jira issue details using jirac.
Steps:
- Check that
jiracis available by runningjirac --version. If it is missing, tell the user to install it withcargo install jira-commands. - Extract the issue key from the request.
- Run
jirac issue view <ISSUE-KEY>. - Show the output clearly and use it to answer follow-up questions.
Examples:
- "view PROJ-123" →
jirac issue view PROJ-123 - "show me the details of PROJ-456" →
jirac issue view PROJ-456