Hello Team,
I would like to copy the latest comment which is in the ticket to a custom field whenever comment is added can this be done via project automation or with any other add-on?
Thanks!
Hello @Kavitha_Rani.Sinha,
I am Marlene from codefortynine.
Your use case is possible with our Jira cloud app Dynamic Custom Fields for Jira. With our app you can use Jira expressions to create computed custom fields.
As you can see in the screenshot, you can create dynamic custom fields that will show the latest comment. On the right side you have a preview of the field.
This is the expression I used for this field:
issue.comments.length ? issue.comments[issue.comments.length-1].body.plainText : ""
If you have questions or feedback about our app, or if you need help in creating a custom expression, don't hesitate to reach out to us.
Hi @Kavitha_Rani.Sinha ,
This topic seems similar to your case https://community.atlassian.com/t5/Jira-questions/How-to-copy-the-last-comment-in-Automation-in-Jira-plugin/qaq-p/704633
Hope this helps!
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.