Custom UI unique link to issue

I have a custom UI that shows a list of issues, what I would like is to be able to open a link by clicking on them, or even better to open the issue in a modal like you would in a board.

I’ve not seen a way to achieve this from the documentation, can anyone help me to achieve this?

Thanks
Rory

Hi @RoryStandley, you should be able to use the router.open or router.navigate functions to open links: https://developer.atlassian.com/platform/forge/custom-ui-bridge/router/

2 Likes