Hi everyone,
I am trying to build a confluence automation as following:
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:
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
I get
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!!
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 Summary, Reporter, 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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.