Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

JQL search for recent comments containing string

We need to get all tickets when user is mentioned recently (e.g. last X days). So basically restrict "comment ~ currentUser()" to some period of time comments were made.

Our instance is Jira Server with Script Runner installed.

I checked "issueFunction in commented" function in Script Runner, but it seems it doesn't allow search by comments text.

Thanks in advance for suggestions!

1 answer

1 accepted

0 votes
Answer accepted
Gustavo Félix
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 23, 2020

@Pavel Antonenko 
project = XXX and comment ~ currentUser() and issueFunction in commented("after -1d")
That jql is searching for comments with the username and after -1 days.

I believe that's what you are searching.
You can modify the "-1d" for other parameters.

Gustavo Félix
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 23, 2020

Just realized the jql will find issues commented today but not necessarily with a comment (From today) including the username.

Gustavo Félix
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 23, 2020

Gotcha, thanks for sharing, Custom JQL functions can be the thing I'm looking for!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events