Hello!
How can I list issues, where I added a comment?
I would like to export sort of monthly report of my activities...
Thank you and all the best,
Katja
Hi @Katja Hlebš ,
Welcome to the Atlassian Community!!
I think this is not possible in Jira out of the box. You can achieve this functionality using Scriptrunnner.
You can try this JQL in the Jira server or DC.
if you know the name of the user (let's assume the name is X you can do:
issueFunction in commented("by X")
you can also filter it by the date of the comment like:
issueFunction in commented("after -1d by X")
Hope this helps.
cheers,
Mayur
That is exactly what I need. :)
Thank you for express answer, Katja
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.