We have two customised date fields ( Date assigned and Date root cause populated )to populate the date ,how do I retrieve the total days spent (time spent )for each defect?
Thanks!
One of the ways to achieve this is to create a number custom field and assign the value accordingly by using:
{{Date root cause populated.diff(Date assigned).days}}
in the automation rule whenever the 'Date root cause populated' is updated.
Hope this helps.
Thanks,
Vamsi
Thank you for the reply ,Could you please elaborate me on where I can set up the number field and assign this "{{Date root cause populated.diff(Date assigned).days}} in Jira Workflow ?
Is it possible to set up the Filter or Dashboard for the total number of days ?
Appreciate your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{{customfield_67890.diff(customfield_12345).days}}
Check and test the automation rule by editing the ticket and updating the 'Date populated' field. The 'Days spent' field should now have the corresponding data.
Hope this helps.
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.