Currently, ViewIssueModal
only accepts issueKey
in the context. It would be very useful if we could also pass:
context: {
issueKey: 'ABC-123',
commentId: '10001', // scroll to this comment
reply: true // auto-open reply input
}
This would allow us to open an issue modal with focus on a specific comment and immediately start a reply — similar to Jira’s native behavior. It would greatly improve UX for comment-driven features in Forge apps.
Is this something you plan to support?