You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to use the decisions report macro to show decisions for a parent page and its ancestors. Ancestors only includes the ancestors but not the parent page itself in the results. Can someone help me understand how to edit the decision report to do this?
Using the example structure below, I want to include decision on Team Rockets page and all of Team Rockets ancestors.
Space A"
(Many Pages I don't care about)
Team Rockets
- Team Rockets Decision Page
- Team Rockets other subpages
Thank you in advance.
For those that have the same question, this is how I worked around the issue.
I added two decision report macros:
1. One that showed only the parent page.
2. One that showed all of its ancestors.
Hopefully, that helps others. Too bad the CQL logic can't support doing both Parent Page and Ancestors).
Welcome to the Community!!
You have a filter that can include "with ancestors", have that in place
Using labels would restrict the pages which you want to show
For all the filters please find the ref below
https://support.atlassian.com/confluence-cloud/docs/insert-the-decision-report-macro/
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I am using "With Ancestors" as shown and that is not including the parent page.
Are you suggesting that I should not be using the "With Ancestors" and switch to using labels?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I add a label "Training" to the Parent page (e.g. Team Rockets) and add Label as the only decisions macro parameter, it just shows that page. If I add "with ancestors" in addition the label, I get no results. I have a lot of subpages, and they all change, I don't want to have to label them all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I second this, why can't we do raw CQL here? @Pramodh M can we do use CQL directly? It's referenced in the docs but this UI doesn't allow for it, and I'm not sure how we can get anything else. I.e. I'd like to have access to `and` or `or` within the UI or have access to CQL directly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.