Hello people,
I have this basic table with dynamic info coming from JIRA, with a table transformer to edit existing columns:
The idea is to create a new column called "comments" where the users will be able to add a comment manually in Confluence to a specific IDs from JIRA.
Can this action be possible taking in consideration that the comments must align to the JIRA IDs? and also considering that as this is a dynamic table, the IDs are appearing and dissapearing constantly?
Basically I want a way to align comments according to the corresponding Jira ID so the comment will place correctly into the ID in the new column "Comments" created
Please consider that I am not administrator of the project in JIRA that I am dealing, so I cannot automate fields in JIRA, unfortunately in this case is not an option
Thanks!
Hi @Matias G Labrana ,
You may check the answer from 25 Nov, 2020 of this Community thread: https://community.atlassian.com/t5/Confluence-questions/Can-I-dynamically-populate-the-fields-of-a-table-based-on-values/qaq-p/1505810
And what concerns the type of JOIN function for the query if your tables have different number of rows: please check this page https://www.javatpoint.com/mysql-left-join-vs-right-join
If your macro generated table is the first one, you'll need LEFT JOIN.
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.