On this page
Use case
This calculated field will display the difference between two dates reflected in Date picker fields in business days.
Prerequisites
Configuration
Create a new Calculated Text Field (by JWT) custom field and name it properly.
Providing a description will help you to identify what the custom field does but this step is optional
Parser expression
Add the following parser expression:
formatWorkDuration(timeDifference({issue.cfaaaaa},{issue.cfbbbbb},"Business Hours",LOCAL))
Add the field to the relevant view screens.
Remember: All calculated fields are read-only and cannot be manually updated on a create or edit screen.
Related use cases
If you still have questions, feel free to refer to our support team.