Hi,
I'm trying to add the reporter's email inside the description field of an issue. Unfortunately, adding the reporter's email erases the previous content written by the reporter inside the description field, so only the reporter's email is left once the issue is created.
Is there a way to add this without needing a ScriptRunner?
Thanks for your suggestions.
Regards,
Cin
Hi @Cindy Vel and welcome,
try to use an Automation. Please take a look to the following thread that contains an example with append https://community.atlassian.com/t5/Jira-Software-questions/Automation-to-append-CF-value-to-Summary/qaq-p/1957317
Hope this helps,
Fabio
Thanks for the post. Unfortunately, it's not working for me. I was testing first with the asignee email rather than the reporter.
I have added it but it ignores the asignee email. On the other hand, if I create a variable and add the issue.asignee.emailAddress, it only posts the email and erases the description.
Not sure if perhaps I'm writing this wrong or I need a custom field specifically for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey @Cindy Vel ,
try the following :
"description": "{{issue.description.concat("{{issue..assignee.emailAddress}}")}}"
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good afternoon Please tell me, could you give me some advice on this issue about smart value?
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.