Hi Team
could you please let know if its feasible to automate following use case :
Create JIRA ticket automatically as soon as some Confluence Page is created from a predefined template?
Many Thanks
Shipra
Hello,
You could do it with the Power Scripts for Confluence add-on:
It is a free add-on. You could create a listener for the Page Create event and in this listener you could use the httpPost method to create a Jira issue, using the out of the box Jira Rest Api.
You can find more info here on how to create a listener in the Power Scripts for Confluence add-on.
https://confluence.cprime.io/pages/viewpage.action?pageId=32825901
It can easily be done in a Confluence add-on with listener module. Not sure if there is one that already does it.
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.