I want to be able to run the Forge app triggered by Linked Issues updates.
“manifest.yml” is the bellow one.
When I change ticket fields, etc., the process runs, but when I update Linked Issues, the process does not run.
Please tell me how to resolve it.
Thank you very much for your cooperation.
I have tried your solution.
But it doesn’t work.
Of course, I have commanded “forge deploy” and “forge install --upgrade”.
In your original question you said “but when I UPDATE Linked Issues, the process does not run.”
If you look at the documentation, you’ll see there are only two event types:
avi:jira:created:issuelink
avi:jira:deleted:issuelink.
There is no avi:jira:UPDATED:issuelink event, so your Forge app cannot be notified when an Issue link is updated, only when an Issue link is either deleted or created.