The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Is it possible to create a confluence page for every new Jira Story Created?

batmansDad
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 10, 2012

Hi All

I was wondering is it possible to have a new Confluence Page created every time I create a Story? The page would initially contain the details of the story so it could be fleshed out in more detail there.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
MatthewC
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 Champions.
October 10, 2012

There's no way to do it automatically from within onDemand Jira. if you ran your own instance, you could develop a plugin that had a listener that watched for user Story creations & used the Confluence API to automatically create a page.

Theoretically, you could use the remote API to do a periodic search for new issues which was ran by a small program you would write & host yourself somewhere. It could then use the Confluence API to create a page.

or (and I would recommend) you could turn your process upside down and create the user Story in Confluence first and use Confluence to create the issue in Jira, automatically linking it

http://blogs.atlassian.com/2012/02/link-jira-issues-to-confluence-pages-automatically/

if you really want to dig deeper and force it to go Jira to Confluence, try this

https://answers.atlassian.com/questions/28368/automatically-create-a-page-under-project-on-confluence-when-a-jira-issue-is-created