As a project manager, you may encounter challenges in tracking issues where the logged work exceeds the original estimate. Understanding the reasons behind estimation discrepancies is crucial for future accuracy in project estimation. Additionally, identifying developers consistently surpassing expectations or budgets is essential for effective project management.
This article guides you through achieving these objectives using Power Scripts™ for Jira, a robust scripting tool designed to automate Jira processes.
Solution
This script is straightforward. By inputting a project through the advanced JQL search bar, the script scans all issues, computes time logged by group for each issue, and compares it to the original estimate. If the work logged exceeds the original estimate, the script returns the relevant issues via JQL.
Prerequisites
Ensure you have Jira Core or Jira Software installed.
Power Scripts™ for Jira should be installed.
Users should be categorized into groups labeled "jira-developers" and "jira-administrators." Adjustments may be necessary based on your specific requirements.
Copy or Create File in Root silprograms Directory
The following JQL script returns all issues with more work logged than the original estimate for a user-supplied project.