ankitpokhrel / jira-cli

🔥 Feature-rich interactive Jira command line.
MIT License
3.73k stars 178 forks source link

feat(718): view issue: assignee and reporter email #719

Closed mpalahuta closed 3 months ago

mpalahuta commented 3 months ago

https://github.com/ankitpokhrel/jira-cli/issues/718

This change only applies to the jira issue view <key> command. Parsing and displaying email addresses of the assignee and the reporter of the viewed issue if the emails are present in the Jira API response.

Screenshot 2024-03-12 at 16 14 32
ankitpokhrel commented 3 months ago

Hi @mpalahuta, could you please help me understand the usecase for this? In the issue report you mentioned this is for consistency. Do you mean to be consistent with what we are parsing from the API response?

mpalahuta commented 3 months ago

Yep, exactly! However, since we’re gonna output the raw API response this PR is no longer relevant, closing it. Thanks!