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.
Hi, Im trying to implement some automation for our JIRA Service management project which will automatically comment to a customer when a certain action is performed.
I have the automation part working , but would like to format the comment with tables, bold text, and info panels as I can do when making the comment manually via Atlassian Editor within the issue
I cant seem to find a way to automate the formatted comment, as it seems to only allow plain text , and although I can use smart values, the comment I am making doesn't need any Jira vales included so not really of value
Just wondering if it is actually possible to format automated comments ?
For tables you can try to write markup on the comment field. I've just tested it on my instance and if you write on the comment section:
||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|
it will create a table
Got tables working now too, i must have been typing it wrong, Thanks for the help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brian Anderson good to know that!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm. that's interesting I've just tried exactly what you have and it doesn't convert to a table, it just stays as its typed ? This is directly in a comment reply to customer as you have. I can however i can type the commands on the linked page (table markdown doesnt appear on the linked page)
I have also tried in the Automation and it seems the markdown commands listed on the linked page work for that as well, all except for the table.
Time to do some more investigation into why the table isnt working.
Thanks for the tip though, if I cant use a table I can adapt the comment to still serve its purpose
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.