Obtain WebTrigger URL without using Forge CLI

Hi, I am planning to create a forge app that will automate issue creation, add comments etc. The app will be invoke through a webTrigger.

Administrator is not very comfortable using the forge cli and I plan to share the installation link (once i deploy it into the production) with him so that he can install it in the company site.

My question is how can I obtain the Web trigger URL from Jira UI after installation. I know we can obtain the url programatically with webtrigger-geturl but is there any way I can show this info in the UI once installed?

Hi, you’ll need to add a UI module to display it to the admin. The jira:adminPage module is probably a good one to use.

1 Like