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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.