I have a mail handler that is creating issues in Jira Software, but need to copy text from the description and move it to a custom field.
Hi Hines,
For this I would suggest leveraging automation. You need to ensure that your custom field is a type multiline text. Your automation role would look something like below.
Trigger – issue created
Condition - something to identify the issue came in via email
Action - edit issue and choose your custom field then use smartvalue {{issue.description}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.