I have created a forge application that communicates with my local servers. When i added logic for sending an issue updated event back to the forge application, no logs appear.
In the YAML file
Hi @Matt Sumnicht ,
This might be a good question for Developer community, but also a question from my side - what are you updating on the Jira issue/item itself? Is it a specific field value, or are you potentially transitioning an item through a workflow?
If it's the latter, you could try using jira:issue_transitioned, but again, it depends on the use case itself.
Also, I believe there are some exceptions for issue updated event, such as "Link issue", "Assign issue" and "Log work" actions > these do not trigger the mentioned event. 🔕
Again, it might be best to check with Dev community about this. 👀
Cheers,
Tobi
Hi @Tomislav Tobijas , i am changing the description for the ticket. The issue updated event gets fired if I explicitly configure a webhook on the JIRA side, but I need it to work with the forge application. The event I would think should fire on each update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The issue updated event gets fired if I explicitly configure a webhook on the JIRA side, but I need it to work with the forge application. The event I would think should fire on each update.
Yeah, this should work as you've said (on the Forge side).
Again, it might be the best bet to check the Dev community, as they are working much more closely with Forge than the people here. However, it would be great to hear how you've resolved this once you do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solved
jira:issue_updated needs to be
to be picked up by the forge app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.