If you want to view all the details of a Jira issue, you can do so using the API.
Navigate to
https://<your-instance-name>.atlassian.net/rest/api/2/issue/<issue-reference>
This will return JSON with all the information about your issue.
[~accountid:<the-users-account-id>]