Skip to end of banner
Go to start of banner

WIP: Change/customize "Resolved" field column format using the "Calculated fields" feature

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

Version 1 Next »

When designing a new report, a customer might be required to use a column format that’s not part of the built-in/available options for the Resolved field. In this case, configuring a Calculated field can be a solution.

\uD83D\uDCD8 Instructions

  • Use the Expression builder to create a Calculated field.

    • 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

This example

  • No labels