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 extracting JIRA tickets into a Confluence page using JQL Table macro, using JIRA tags as filters. For example, following query pulls in JIRA cards that have the label 'pgperf-performance'
However, many of the JIRA cards also have another label - 'pgperf-blockers', along with 'pgperf-performance'. Now, I want to highlight the cards that have both of these tags in red. So that the final table lists ALL JIRA tickets that have the label 'pgperf-performance', AND, the rows that have the cards with 'pgperf-blockers' label are marked in red color.
Is there any way to format a row based on the output of a JQL query?
Hi @Shantharam,
If you have the Table Filter and Charts for Confluence app (that is our add-on) installed for your instance, you may use its Table Transformer macro and the FORMATWIKI function for the case.
Please check this part of our documentation (navigate to the “Conditional formatting” section).
The Table Transformer macro supports the Jira Issues macro as a source table, so your case can be easily implemented.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.