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.
My JQL output contains a table as one of the fields called Milestones i.e the Milestones field contains a nested table. The JQL output looks like this in Jira
Key | Milestones
ABC-123 | Num | Milestone | Date | Update By | Updated On
| 10 | Review | 01/02/2023 | xyz | 25/12/2022
| 20 | Exit | 01/30/2023 | xyz | 25/12/2022
ABC-456 | Num | Milestone | Date | Update By | Updated On
| 10 | Initiate | 01/02/2023 | abcdefg | 25/12/2022
| 30 | Sign-off | 01/02/2023 | opqrst | 25/12/2022
When I use Jira Chart/Filter macro in Confluence the output merges all of the Rows and Columns into a single cell. The output on confluence page looks like this.
Key | Milestones
ABC-123 | 10 Review 01/02/2023 xyz 25/12/2022 20 Exit 01/30/2023 xyz 25/12/2022
ABC-456 | 10 Initiate 01/02/2023 abcdefg 25/12/2022 30 Sign-off 01/02/2023 opqrst 25/12/2022
The | represents the column border. I would like know if this is by design in confluence or is it wrongly configured? I need those milestones date to appear in separate rows. Your help is highly appreciated.
Hi @Zeeshan Hasnain,
There is indeed some trouble with custom fields coming from the Jira Issues macro: tabular data, list of statuses, etc. are displayed as plain one-row text in Confluence.
Yes and that makes using things like Table Transformer even harder because the data becomes completely unstructured once brought into confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Zeeshan Hasnain, in case of any questions or difficulties working with Table Transformer, please feel free to contact our support team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Zeeshan Hasnain unfortunately, it's a known issue with low priority. You may try to gather more interest to the problem: CONFSERVER-55482
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Have you tried to add the needed columns in the display options when using the JIRA macro in Confluence?
If this does not help you to solve your problem, could you please provide some screenshots?
Thank you,
Dorian
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.