When using JSM Chat to create requests, the Assist bot sets the original message as the ticket summary - it's not possible to configure if it should be the issue's summary or description.
There is an open feature request to include this: Ability to set if the reacted message becomes the issue summary or description.
To workaround this limitation, this article offers an Automation rule to paste the original message's content as the Jira ticket description.
Assist adds the original message that triggered the ticket creation as a comment on the Jira ticket.
The rule will copy the comment to the Description field.
First value: {{comment.properties}} Condition: contains Second value: halp
{{issue.comments.first.body}}
The rule is triggered upon every comment added to the project, so the label part is fundamental as a safety net. When the rule executes the first time on the new ticket, the label will be added and when the rule is triggered again (on the same ticket), the label cut the rule execution short - right on step two.
This saves on pointless resource usage and most importantly, allows the description field to be safely edited without another rule execution on the same ticket accidentally overwriting updates to the description.
To make the ticket look cleaner, some suggestions are:
{{issue.summary.substring(0, 50)}}
{{comment.id}}
Here's a video showing the rule working in Slack (without and with the extra tidying-up steps):
Renata Dornelas
0 comments