Forums

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

How can I count comments left in Jira?

Christopher Diaz
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!
July 22, 2025

I need to know how many comments I left in Jira for the year 2024. Any suggestions?

4 answers

1 vote
pawarsachin84
Community Champion
July 22, 2025

Hello @Christopher Diaz ,

Welcome to Atlassian Community! 😊

Thank you for your question.

Currently there is no direct built-in Jira feature that provides a simple count of all comments made by a specific user within a particular timeframe.

Further, you can check and try Atlassian plugin Issue History for Jira If that fulfill your requirement. 

You can read more about it How to track comment history in Jira

1 vote
Natalia_Kovalchuk_SaaSJet_
Community Champion
July 23, 2025

Hi @Christopher Diaz !

If we are talking about tracking comments in Jira, here are a few possible approaches:

  • Jira Query Language (JQL). Using it, you won't be able to filter or count comments, but you can try searching for issues you've interacted with and manually check comments. Here is an example of a JQL query that you can use in such a case:

updated >= "2024-01-01" AND updated <= "2024-12-31" AND assignee = currentUser()

You will get a result similar to this one: 

jql-comments.png

  • Issue History for Jira app from my team.  

Tracking comment changes in Jira

 

0 votes
Tuncay Senturk _Snapbytes_
Community Champion
July 23, 2025

Hi @Christopher Diaz 

As @Pramodh M and @pawarsachin84 said, there is no built-in solution for it yet, and you need to use an app for that. If you are interested in using a free app, I'd suggest SnapMetrics - Real Time Analytics on the Marketplace. I am one of the people behind this app, so let me know if you need further information.

0 votes
Pramodh M
Community Champion
July 22, 2025

Hello @Christopher Diaz 

There's currently no Automation template that we can build to achieve this.

However, if you have Scriptrunner, this can be achieved by creating a scripted field to check the number of comments for a year 2024.

Else you can write a script externally to get each issue and count the number comments.

Let me know if you require further information on the above approach 

Thanks,

Pramodh 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events