You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We want to use Jira for project tracking. The most convenient way for those of us working on a project ("Issue") is to add a Comment about its status at the end of the week. Then we could generate status reports with additional color/explanations. But it seems the only way to get around this deficiency is for us to manually add some comment text (plus our user name and time stamp) in the Notes filed, then parse them with some other program e.g. VBA. Since Comments is field in Jira, shouldn't it be accessible in Export and the "View all issues and filters"? Please add this as an enhancement to Jira. Thanks.
Thanks Trudy. We are on Jira Server, Jira v9.2.0. I'm not sure which Jira product is installed. Here's a list of libs:
Plus Advanced Roadmaps for Jira v9.2.0.
So it sounds like "Comments" is a collection of individual comment objects in the Jira codebase.
Here's the background - As a manager, I want to get comments from JQL so that I can generate a weekly (draft) work summary for my manager. I would then manually read through the multiple comments from each of my directs and then summarize them for my weekly highlights summary. For me this would be huge. If I could also tag (or ask my team to tag) certain important/summary comments, that would be even better/make my job easier. And at the end of the year I could likewise write a year-end summary.
With native Jira functionality JQL can be used to search for issues based on criteria. When you have the issues selected, you can export the results to Excel/CSV or other formats. When choosing what to export, if you choose All Fields then each Comment should also be exported. Refer to
The native functionality provides an option to select issues based on the text in Comments. This would look through all the Comments in each issue for a match. Refer to
With third party apps that extend JQL you could also search for issues based on the Comment Author and Comment Created date.
With third party apps you might find additional reporting capabilities for extracting the Comment information.
Have you looked at the Atlassian Marketplace for third party apps that could help with this reporting?
Thanks Trudy. We're not permitted to get any 3rd-party apps, but I could export to Excel and write a VBA program to parse and transpose the multiple comments.