Copy confluence space from Jira

David Garcia June 9, 2014

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! :)

2 answers

1 accepted

0 votes
Answer accepted
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 10, 2014

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.

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2014

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.

Suggest an answer

Log in or Sign up to answer