Is it possible to create a confluence page using REST API when an issue gets created in Jira

I can create pages using the Confluence REST API, but I want this to be triggered when an Item in created in JIRA. With the combination of Webhooks and API, I’m sure this is possible but not sure how to hook it up? Any Ideas?

Regards

Orlando

Hi Orlando,

It sounds to me that what you want is a connect addon. That is a web service that you create and operate that will listen for JIRA events and react to them by creating a confluence page.
Please check https://developer.atlassian.com/static/connect/docs/latest/modules/common/webhook.html for more info how you can create a connect addon that will listen for events and perform actions.

Hope that helped,
Ivan

1 Like