Versions Compared

Key

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

...

\uD83D\uDCD8 Instructions

  • Use In Reports and Timesheets, you can use the Expression builder to create a Calculated field. Please refer to the configuration and captures below:

    • Use the CONCAT() function

    • Value 1: “Week of” or any other string (prefix) the customer might require

    • Value2:

      • Add the TOSTRING() function

      • Value: FORMAT DATE() function

        • Date: “Resolved” Jira field value

        • Pattern: dd/MM or any other date formatting pattern

...

  • Results / output:

...

Info

This example can be expanded to other Jira or custom fields. The pattern will depend on the type of field that is being used by the customer.

...