Formatting user name as @mention using table transformer

Alexandra Kühn February 27, 2024

Is it possible to format a user name in a table cell as an @mention using the sql-query of the table transformer makro like you can format statuses, clickable links, mail and phone numbers with formatwiki?

The input should look like one of theese: 

image.png

and the output like this:

image.png

 

1 answer

1 accepted

3 votes
Answer accepted
Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 27, 2024

Hi @Alexandra Kühn ,

Unfortunately, it is not possible. The @ symbol in mentions is not a visible symbol for the macro, you may check it entering real mentions in a row and trying to separate the string by @.

You may use smth like this

SELECT
FORMATWIKI("@",'Name') AS 'New Name'
FROM T*

but the result will be not John but @John. The real mention won't be created.

Alexandra Kühn February 27, 2024

What a pity, but thanks for the fast answer.

Like Stiltsoft support likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events