When an issue has assignees, `fj issue view` doesn't display them. The assignee data is already fetched from the API but not rendered in the view output.
The view should show assigned users similar to how it shows the milestone, e.g.:
```
Test issue #1
By user - Open
Milestone: v1.0
Assignees: alice, bob
```
Upstream issue forgejo-contrib/forgejo-cli#338 covers assignee editing but not display.
When an issue has assignees, \`fj issue view\` doesn't display them. The assignee data is already fetched from the API but not rendered in the view output.
The view should show assigned users similar to how it shows the milestone, e.g.:
\`\`\`
Test issue #1
By user - Open
Milestone: v1.0
Assignees: alice, bob
\`\`\`
Upstream issue https://codeberg.org/forgejo-contrib/forgejo-cli/issues/338 covers assignee editing but not display.