find out the list of tickets where a new comment is added by a specific user in a given timeframe
known values - project name, user list and timeframe
Take a look at issueFunction for JQL. https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-commented%28commentquery%29
Example:
Find Smithville project issues commented by jbloggs within the last 4 weeks:
project = "Smithville" AND issueFunction in commented(
"after -4w by jbloggs"
)
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.