How to redirect to a url when you click on the "approvals" option in the JSM customer portal

Hi, I am looking for a way to redirect to a page “https://example.com/” by clicking on an option in the native customer portal of Jira Service Management and I can’t find the way to do it. I would like to know how to do it.

Thank you very much. Any advice it is well received.

Hi, I’m not sure exactly what you mean, but if you’re building a Forge app using Custom UI you can navigate to external URLs by using the navigate method on the router object https://developer.atlassian.com/platform/forge/custom-ui-bridge/router/#navigate

1 Like