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
Hi All!
I'm trying to create an automated rule to add some text in the description field when creating a Story.
I need to keep the description of the reporter (Creator of the story) and add some text at the bottom of the description.
When I created the rule and set the text to be inserted into the description field, It automatically removes what I wrote when creating the ticket.
Thanks!!!!
HI @Gaston Gordin ,
Select Edit issue field action then select field Description.
Then In more option write this smart value
{"fields": {"description": "{{issue.creator.displayName}}{{issue.description}} " }}
This is working fine for me.
Regards,
Sarika Dalal
Sorry, this is not helping as it will overwrite the description's content. The request is to 'add' text at the bottom.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Gaston Gordin ,
Select Edit issue field action then select field Description.
Then In more option write this smart value
{"fields": {"description": "{{issue.creator.displayName}}{{issue.description}} " }}
This is working fine for me.
Regards,
Sarika Dalal
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.