Creating a page in Confluence after a version in Jira is created

Ifatsharifi November 27, 2017

I want to create a page in Confluence that'll be created automatically when a new version is created with Jira.

So, once a new version is created in Jira - a Jira report page will automatically be created in Confluence.

Is it possible?

1 answer

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 27, 2017

It's not supported by Vanilla JIRA. But can easily be achieved using Script runner plugin.

Basically in the script listener, you can listen for event "VersionCreated"

thus, for version created for a specific project you can execute an REST call to create an confluence page.

Please see complete example here - https://scriptrunner.adaptavist.com/latest/jira/interacting-with-confluence-from-jira.html 

Suggest an answer

Log in or Sign up to answer