/
Customize the "Resolved" field column format using the "Calculated fields" feature
Customize the "Resolved" field column format using the "Calculated fields" feature
When designing a new report, a customer might be required to use a column format that is not part of the available options for the Resolved field. In this case, configuring a Calculated field can be a solution.
Instructions
In Reports and Timesheets, you can use the Expression Builder to create a Calculated field. Refer to the configuration and captures below:
Use the
CONCAT()
functionValue 1: “Week of” or any other string (prefix) the customer might require
Value2:
Add the
TOSTRING()
functionValue:
FORMAT DATE()
functionDate: “Resolved” Jira field value
Pattern:
dd/MM
or any other date formatting pattern
Output:
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.
Related articles
, multiple selections available,
Related content
How to create a Calculated field to display the date fields in dd-MM-yyyy format using Reports and Timesheets for Jira app
How to create a Calculated field to display the date fields in dd-MM-yyyy format using Reports and Timesheets for Jira app
More like this
Tickets created vs resolved - 6.5.7
Tickets created vs resolved - 6.5.7
More like this
Done/Resolved Tickets in last 7 Days - 6.5.7
Done/Resolved Tickets in last 7 Days - 6.5.7
More like this
Done/Resolved Tickets in last 7 Days - 6.6.2
Done/Resolved Tickets in last 7 Days - 6.6.2
More like this
How to get the "Time with Assignee" time until the issue was resolved using the Reports and Timesheets for Jira app
How to get the "Time with Assignee" time until the issue was resolved using the Reports and Timesheets for Jira app
More like this
Done/Resolved Tickets in last 7 Days - 7.0.1
Done/Resolved Tickets in last 7 Days - 7.0.1
More like this