Hello,
I see that there is an API for this, but wonder if there is a way to use the "incoming webhook" to send comments to specific issues within a project.
I have looked through the documentation and can configure the incoming webhook through JIRA GUI. However, i am unable to find any details or examples on what the body of the post request should be for this action, if possible.
Any advice are appreciated.
Hi @Sergio Antonio Crespo Hernandez ,
I think the best documentation is available, when you try use Incoming webhook trigger.
You can either provide some issue key in webhook url or in the request body. You can also provide additional data, which could be used in actions using {{webhookData.something}} variables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.