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
I need to extract list of tickets that i have commented on in between 2 dates..
I do not need the list of tickets where others have mentioned me.
You might have to use ScriptRunner and then refer to the following;
How can I search issues to which a user has commented
Hi,
Standard JQL doesn't easily allow it but the results can be quickly found using our professional indexing service JQL Search Extensions.
commentedByUser=currentUser()
You can then narrow down the results with the commentedOnDate JQL alias. You can find out more in our docs.
I hope this helps!
Daniel
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.
Not really.
comment ~ currentUser() returns issues commented by you but also issues that only mention you in the comments
You may want to live with it. If it's a strong requirement and you want to perform this search regularly then consider our app JQL Search Extensions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Upon testing this on Jira server, this is not correct. comment ~ currentUser() only returns issues that only mentions you in the comments. I'm trying to find both, which doesn't seem to exist without an extension.
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.