Forums

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

Confluence automation with Page Properties

cosmin_parnia November 14, 2025

Hi everyone,

 

I am trying to build a confluence automation as following:

  • Trigger: page published
  • Condition: a template is used
  • Action: create a Jira ticket. It needs to contain:
    • Summary
    • Reporter
    • DueDate

In the confluence page that is used, I use the Page Properties Macro, with hope to automate the fields above.

I use the content properties macro horizontally. Column 1 is the header, column 2 has the data.

I then used these properties to auto-fill the data in the Jira ticket, as following:

  • Summary = {{page.properties.Title}}
  • Reporter = {{page.properties.Reporter.accountId}}
  • DueDate = {{page.properties.Date}}

I used action log to see if data is read properly, but the logs are empty.

 

Then I decided to use {{page.body.storage}} to see how the storage is structured.

But I was very surprised to find out that instead of 

  • <ac:structured-macro ac:name="page-properties"

I get

  • <ac:structured-macro ac:name="details"

and my understanding is that these are 2 different macros. 

In this case it makes sense why all my audit logs are empty, but why it shows as I am using "details" macro if I added "page-properties".

 

Thank you!!

1 answer

0 votes
Tomislav Tobijas
Community Champion
November 14, 2025

Hi @cosmin_parnia ,

It seems that's the background macro name (probably some old entity).

Anyway, this is a bit tricky as you'll have to parse content, as you've noticed, to get values such as SummaryReporter, and Due date from the page and store those in Jira items.

This might give you some insights and ideas on how to do so, but you'll probably have to play around to extract what you want: https://community.atlassian.com/forums/Confluence-questions/Email-recipients-based-on-Page-properties-smart-values/qaa-p/2903295#M330368

Cheers,
Tobi

Suggest an answer

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

Atlassian Community Events