Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article helps you display a report with total employee payments based on their logged hours and individual hourly rates in the list view.

...

  1. Navigate to Apps and select Reports and Timesheets.

  2. Navigate to New Report and select Custom Reports.

  3. Select view type as List.

  4. Add fields like Time entry: User Group by this field here, Rate, Time Entry: Logged Time, and also add the calculated field Rate*Logged Time (refer to the above steps to create a calculated field) to view the result.

  5. Incorporate a numeric custom field and assign distinct values for every Assignee in each issue. For example, add a custom field named "Rate" and assign values to individual assignees in each issue. Akhil's rate is configured at 100, whereas Priyal's is established at 50.

  6. Write a JQL as per the requirement.

  7. Run the report.

  8. It presents the overall payment outcome for employees according to their logged hours.

    image-20230920-120949-20240325-115337.png

...