Forums

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

How can I generate a report that will include the most recent comment for a task

Dean Eliades
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 22, 2019

I would like to include most recent comment by task for a status report to be provided to Management.  How can I accomplish this within Jira.  Is an additional application required?

 

I cant seem to find this field to report against.

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 23, 2019

Hello Dean,

In fact, you will need an additional app to create a field which returns the last comment of the issue, then you can use the Filter Results gadget in your dashboard to return it in a list as you need. Here are some applications that you can use to achieve it easily:

JIRA Comment Toolbox (JIRA Server)

Use the JSF Last Comment custom field.

 

CCC Last comment (JIRA Server) 

SImple custom field - really straight to the point.

 

3 - Power Scripts™ - Jira script automation (JIRA Cloud)

The code for such a field would look like this:

Comment cmt = getLastComment("DEMO-1");

return cmt["text"];

 

Additionally, here's the feature request created to implement this functionality natively on JIRA:

Display last comment in issue navigator column

Feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates.

Let me know if this information helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events