Hello, I want to add some Jira tickets in confluence by using „table transformer“. In general it works. I can find all my tickets. The challenge for me is to add a new column beside the existing ones. The position of the new column should be at the end. Unfortunately I don’t know how. I tried the following but it doesn’t work. Hope for your support. THANKS !
ALTER TABLE T1
ADD phone varchar(10);
Hi @Issa Mehanna ,
You may refer to our support and share your case in more details (which rule will be used to create a new column, what data you want to store there and so on).
Here and here are the examples how the new columns are added using different conditions.
And here in the second part of the Community question where we show how to combine macro generated Jira Issues table with a manually created table for notes and comments.
The position of the columns in the table is defined by their order in the SQL query (they are displayed as they are listed there).
Thank you! Very helpful
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.