Hello,
I'm interested to know if it is possible to identify the tickets wherein certain users commented in a specific day.
For example, in certain tickets, user ABC commented/replied after 3 days.
Please let me know if possible. Thank you!
You could use a JQL like this ( but you need script runner ) :
issueFunction in commented('after startOfMonth(-1) before endOfMonth(-1) by currentUser()')
Check documentation here https://scriptrunner.adaptavist.com/4.1.3.9/jira/jql-functions.html#_commented
issueFunction in commented("after -4w by AF50281")....this is better as example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please let me know if my answer was helpful and eventually accept the answer please :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you for your help @Alessandro Lombardo .
May I ask if it is possible in a simple JQL without the scriptrunner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that is not possibile . Take a look also to these answers https://community.atlassian.com/t5/Jira-questions/JQL-for-Commented-by-user-and-commented-date/qaq-p/1410972
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.