Follow this short step-by-step guide on how to monitor all the comments, including the last one, using the custom field only.
Step 1
First of all, you need to create the new custom field in the project for every Issue type. Type the name “Last Comment” for a custom filed and choose the “Paragraph” type (as it is displayed in the screenshots below).
Step 2
Then start the Automation process. Here’s what you should do:
Go to Project -> Setting-> Apps-> Project Automation -> Create rule
You can start when the Issue is Commented, and edit a custom field with the latest Comment.
{
"fields": {
"YOUR FIELD NAME" :"Thanks for raising {{issue.key}}. {{issue.comments.last.body}}"
}
}
Look on the screenshot below to get a clear view of how to do that properly.
Step 3
Go to JQL search or any add-on (for example Time in Status for Jira Cloud) -> Columns -> Select Last Comment field
As the result, you will see the custom field you have created with the latest value.
That’s all!
Now you know how to display the last comment in the filter, JQL, or any add-on too.
Best Regards
SaaSJet Team
Zoryana Bohutska _SaaSJet_
Customer Success Manager at SaaSJet
SaaSJet
51 accepted answers
28 comments