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.
I've created a very useful Story description field layout for our Project that I'd like to use as a template across every new Story that is created. The plan was to create an automation that edited the Description field of a Story when it was created.
The problem is that when I try to paste the Story description field template into the automation process it only copies the text and none of the emoji's or info panels.
I've tried pasting the Story into an external site justpaste.it to grab the HTML and then paste this into the automation process but this just displays HTML in the description when the Story is created.
Is it possible to use Emoji's and Info panels in the automation process?
How do I go about adding this to the automation process?
Hi Alistair, I'm not sure if emojis can be added via automation but maybe some of these similar questions can help you figure out if it's possible.
As for panels, I have a few automations that add comments to issues with panels added to the comments. This is done through advanced format wiki markup. Modify this URL to include your site name and it should take you to the wiki markup help page. https://SITENAME.atlassian.net/secure/WikiRendererHelpAction.jspa?section=advanced
Here's an example of a panel that uses the same color as the "Info" panel macro in Confluence.
{panel:bgColor=#DEEBFF}
COMMENT BODY
{panel}
When I created this automation I spent time to grab the RGB values of all the Confluence panel macros and cross referenced them against Atlassian's design documentation: https://atlassian.design/foundations/color. To save you the trouble I'll list them below.
Hey Alistair, I figured out how to add emojis after some painful testing.
{{issue.summary.left(0).concat("\ud83d\ude80")}}
{{rocket}}
P.S. If someone can find a less painful way to do this, I'm all ears.
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.