The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello
Is it possible to add a hyperlink in the header of a table transformer?
something like this in the SQL SELECT:
T2.'Key' AS FORMATWIKI("[Column header"+"|"+"https://my.url.com]"),
I get a syntax error when I try.
Ultimately I would like to have as the URL the query used to to create my T2 table (equivalent of "View in Jira", when you right click on the table in the edit view of Confluence). Is there a way to get this URL from T2 in the SQL query?
Thanks a lot in advance if you can help!
Hi @PA BRISON ,
As for now your case is not possible, but we've added your idea to the backlog.
You may still try the following workaround:
Check both transpose options in the Table Transformer macro:
Use the following SQL query:
SELECT *,
FORMATWIKI("[" + T1.'Key' + "|" + "https://mycompany.com/" + "]") AS 'Key'
FROM T*
Now all the headers exсept the first one contain the links that you have put in your SQL query.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.