Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a field for "last comment date"?

rfreiberger July 31, 2019

Hello, 

 

We're running Jira onprem and wanted to know if it's possible to create a custom field to display the "last comment date" value? I saw some answers using scriptrunner but before I added another add-on I wanted to know if anything can be done with the default tools. 

 

Thanks,

Robert

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2019

Hello,

You can not do it out of the box. You would need an app like Power Custom Fields or ScriptRunner.

If you want to use the Power Custom Field app, you could create your own custom field with a code like this:

return getLastComment(key).created;

Suggest an answer

Log in or Sign up to answer