Versions Compared

Key

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

...

Instructions

Create a Calculated field to calculate the rate per logged time that computes employee payment based on their logged hours

  1. Navigate to Apps and select Reports and Timesheets.

  2. Navigate to My Area and select the My Calculate field. Click on Create New Field.

    image-20240325-110412.png

  3. Create a Calculated field to determine the rate per payment based on logged time. This involves multiplying the user's rate payment by their logged time.

    image-20230920-115049-20230920-115339-20240325-114304.png

Create a Custom report

  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 to view the result.

  5. Incorporate a numeric custom field and assign distinct values to it 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 rate is established at 50.

  6. Write a JQL as per requirement.

    image-20230920-120949-20240325-115337.png

Info

Make changes in JQL or fields as per specific requirements.