To track the work using worklog author and worklog comments made by the issue assignee.
Welcome to the community !!
For detailed time tracking reports if you would be interested to explore a mktplace app, pls take a look at
Worklogs Time Tracking in Jira & Timesheets
With this add-on, you can easily add the worklog authors and time tracking reports as a dashboard gadget. Main features of the app -
You can also export worklog comments to a csv as shown in the screen shot below.
(Disclaimer: I am part of the app development team)
Welcome @Venkat Pavan
You need to create a new filter that will contain worklogAuthor and worklogComment.
worklogComment is harder to fetch for current assignee. As a result, it would look something like this:
assignee = currentUser() AND worklogAuthor = currentUser() AND worklogComment IS NOT EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.