I have tried setting up a webtrigger both in my own app and just using the example one here:
https://bitbucket.org/atlassian/forge-issue-alerting/src/master/README.md
Going through the setup to get a url:
- Get the Forge installation IDs for the app by running.
forge install:list
- Get the webtrigger URL using the Jira installation ID from step 1 by running.
forge webtrigger <jira-installation-id>
- Set the environment variable by running.
forge variables:set WEBTRIGGER_URL "<webtrigger-url>"
- Redeploy the app to use the environment variable.
forge deploy
Both triggers return “Failed Dependency” when curl’ing them, presumably because it can’t find the webtrigger function.
{“timestamp”:“2021-03-18T12:27:52.678+00:00”,“path”:“xx”,“status”:424,“error”:“Failed Dependency”,“requestId”:“xxx”}%
Does anyone have a hint where I am going wrong?
Thanks,
B