Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 448 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 448 Bytes

JiraWorkLogs

POC how to get number of worklogs for a Jira issue. After >1000 work logs, it is rumoured that Jira will slow down, hence need to have utility tool to support keeping track of this

GetWorksLogsNumber.groovy: Example how to find given issue's number of worklogs

LogCheck.groovy: Script Runner framework based own added JQL command to find issues with given limit (>) of work logs. Installation and usage info in comments