Is it possible to automatically set up corresponding Confluence space on creating a new Jira project?

Ingo Schock April 10, 2013

Can the default behavior of the OnDemand system be implemented in the download version? I've already linked the applications but I cannot find a way to accomplish that.

Do I need a plug-in?

I've installed Jira 5.2.10 and Confluence 5.1

1 answer

1 accepted

0 votes
Answer accepted
Felipe Kraemer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 17, 2013

Hi Ingo,

There is not a plugin that I know of, that can do this.

If you are familiar with plugin development, you can create a plugin in Jira to add a Confluence space. Use an EventListener in Jira to react on the event of creating a new project. Then add a pace in Confluence using the SOAP API.

Documentation links:

EventListener plugin in Jira: https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Writing+JIRA+event+listeners+with+the+atlassian-event+library

SOAP RPC interface Confluence: https://developer.atlassian.com/display/CONFDEV/Confluence+XML-RPC+and+SOAP+APIs

Jira and Confluence communication: https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Application+Links+in+JIRA

If you are not sure how to develop a plugin, contact an Atlassian expert to have them develop it for you. See: http://www.atlassian.com/resources/experts

Ramiro Pointis
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.
April 17, 2013

Suggest an answer

Log in or Sign up to answer