Firstly I didn’t have problems with triggers but on this week trigger for issue create and update doesn’t work (no logs and results)
trigger:
- key: scope-updated-trigger
function: issueUpdated
events:
- avi:jira:created:issue
- avi:jira:updated:issue
filter:
ignoreSelf: true
Already tried to
- re-deploy and re-install development app
- re-download docker image
- re-install npm forge/cli package and downgrade to previous versions
Only one thing looks strange for me. Right after deploy to dev env I try to install app and got
The scopes or egress URLs in the manifest are different from the scopes in your most recent deployment to development. Try running forge deploy -e development before upgrading.
But it was uploaded just now and Access dialog on website also looks right and asks right permissions.