Hi All,
I have created a field that captures actual start and end date of a work item, I would like to calculate TAT (Business Days) between these start and end date and store it in a TAT field using an automation and should be a read only field. Could you please suggest a way to do it
Hi @Abhilash Tumbagonahalli Sriranga
What have you tried thus far to solve this?
If you have a rule that is not working as expected, please post images of your complete rule, the audit log details, and explain what is not working as expected. Those will provide context for the community to offer better suggestions.
If you have not yet started a rule, you could use date / time functions to calculate the difference value: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/#Date-difference---
To make a field read-only, that is normally done by adding it to the Create view but not the other ones: https://support.atlassian.com/jira/kb/how-to-make-a-field-read-only-in-jira-cloud/
But you instead want to set the value later, after the work item is created. A couple of options are:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.