Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello,
Is there a way to add time function to this scriptrunner function?
issueFunction in commented('after<startDate> before <endDate>')
I need all the issues that were commented before 8 am and after 5pm in last 30 days
BR, Olga
Hello
I am able to execute such queries ((my scriptrunner version is 5.2.2)) only using date without time, so looks like it doesn't recognize time...
issueFunction in commented('after 2019-04-11')
or
issueFunction in commented('by username after 2019-04-11')
But I think you can write your own script (for e.g. using rest endpoint) that returns issues from specified JQL.
Then you can check and filter comments at each issue returned from this JQL.
I assume it could be performed by getComments method from CommentManager
See these articles for details
https://community.atlassian.com/t5/Jira-questions/Count-Number-of-FixVersion/qaq-p/1053007#M337570
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.