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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.