I have custom date picker field 'Modified Date ' - This field defaults to the current date once the defect is logged and automatically updates every time the defect is updated.
How do I achieve this .How do I show the latest updated date on the View issue details screen for the modified date.
Hi @Garden16_
Using Post Function!!
Instead of date field create the text field and have a transition to update the defect logged data, and then using the post function - update custom field, you can insert current date time for text field you created.
Or you could automation to achieve whenever the field updates, the date field you have created will update to the date field to current date
Let me know what you think about it
The advantage in post function is you can make the transition mandatory for the field to track the defect data
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.