Forums

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

Jira Automation - Confluence Folder

Anna Luszcak June 4, 2025

I am looking to automate the creation of a Folder, THEN a Page within Confluence when a work item enters a status. 

I see a native workflow to create a Confluence Page, but no other native feature around Folders, Live Docs, or documentation type. Will this be implemented soon, or is there a less convoluted way to execute than to do a /POST web request?

2 answers

1 accepted

1 vote
Answer accepted
Bill Sheboy
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 4, 2025

Hi @Anna Luszcak -- Welcome to the Atlassian Community!

Short answer: Not yet.

Currently, you may use the REST API, and possibly multiple rules (i.e., one to create the folder and another triggered by that to add the page inside with the endpoint).

I have not seen any updates in the weekly change blog for better folder handling in rules, and the open suggestion for this shows little activity: https://jira.atlassian.com/browse/AUTO-1641

As you appear to be on a paid license, perhaps ping the support team to learn more: https://support.atlassian.com/contact/#/

Kind regards,
Bill

0 votes
Aaron Williams
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 4, 2025

Hey @Anna Luszcak 

I decided to take this on as a mental exercise as @Bill Sheboy is correct there isn't much you can do with folders at the minute. However, I did get something working, but it's not "pretty"

Hight level it's this:

Create a page via API

Create a page variable from the webResponse capturing the new page ID

Create a folder via API

Create a folder variable from the webResponse capturing the new folder ID

Use the "Move" endpoint with the page and folder variables to complete the action. 

To my surprise it worked. 

 

If you'd like me to share screenshots, I can. But like I said, she ain't pretty 🤣

Thanks

Aaron. 

Anna Luszcak June 4, 2025

This is the route we are going down. Before I invested the time/effort in building it out, I wanted a sanity check that this was going to be the ugly but the most effective/efficient route available at the moment. 

Thank you for the effort!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events