Hi!!
I need to copy confluence space from jira when the user executes some transition in a workflow.
Which is the best optcion to do this? Is posible to do via REST (webhooks)?
Thanks! :)
Community moderators have prevented the ability to post new answers.
CLI Plugin for JIRA has post functions that run CLI actions. In your case you you would use the Confluence action copySpace or related copy actions.
Webhooks is a good option as long as Confluence has a REST API that does the copy. There isn't one to my knowledge. You can create a REST plugin to expose that functionality in Confluence and then use it from JIRA though.
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.