Forums

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

Create a new confluence page if the sprint is started.

Gajanan Sasane
Contributor
December 6, 2023

If the sprint starts, would like to create a new confluence page automatically with the same name as the sprint.

For example, once "Sprint1" has been started, the "Sprint1" confluence page has to be created.

2 answers

1 vote
Aron Gombas _Midori_
Community Champion
December 6, 2023

Create an automation rule with these components:

  1. Trigger: use the Sprint started trigger
  2. Action: use the Send outgoing web request action to send a request to the Create content REST API end-point of Confluence
    1. Note that the sprint name is available as a smart value that you can include in the JSON of the request!

It should be simple, and it is quite flexible actually.

Nic Brough -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.
December 6, 2023

This is something I would love to have Atlassian build into Jira (Cloud at least) - click "start sprint", get a Confluence team page for the new sprint automatically, in the team space.

(Sometimes, I want a job as an Atlassian Jira product owner so I can shout this stuff more)

Like Gajanan Sasane likes this
0 votes
Florian Bonniec
Community Champion
December 6, 2023

Hi @Gajanan Sasane 

I would have a look on automation for JIRA side. I do not think there is an action to create a Confluence page on recent automation for JIRA version but you can use the Send WebRequest action as describe in the article below.

https://community.atlassian.com/t5/Jira-articles/Automating-the-creation-of-a-Confluence-page-linked-to-a-Jira/ba-p/1760738

docs.atlassian.com/ConfluenceServer/rest/8.6.1/#api/content-createContent

This article is for Cloud but the logic remain the same and actions used exist on Data Center.

Use Sprint Started event to trigger the automation.

 

Regards

Suggest an answer

Log in or Sign up to answer