Skip to end of banner
Go to start of banner

How to create a report to display tasks with zero remaining hours for either the logged-in user or for individual users

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article will help you to display the report having issues with zero remaining hours for either the logged-in user or for individual users in tabular view.

\uD83D\uDCD8 Instructions

Create a report to display tasks with zero remaining hours for the logged-in user:

  1. Select view type as List.

  2. Add fields Current Assignee: Name, Issue Key and summary, Time Entry: Logged time, Original estimate.

  3. Make sure the aggregate of the Original Estimate is None as shown in the below screenshot.

  4. Write JQL: remainingEstimate = 0 and worklogdate >= '2023-07-01' and assignee in (currentuser())

  5. Run the report.

  6. It will display the result for the currently logged-in user.

Create a report to display tasks with zero remaining hours for individual users:

  1. Select view type as List.

  2. Add fields Time Entry: User, Issue Key and summary, Time Entry: Logged time, Original estimate.

  3. Apply filter to Time Entry: User as required. Here User is “Priyal Jaiswal”.

  4. Write a JQL: remainingEstimate = 0 and worklogdate >= '2023-07-01'.

  5. Make sure the aggregate of the Original Estimate is None as shown in the below screenshot.

  6. Run the report.

  7. It will display the result for the individual user - “Priyal Jaiswal”.

Note: You can make changes in JQL or fields as per requirements.

  • No labels