I am in a team-managed project and have full permissions within it.
I would like to use smart values to calculate the number of days between two consecutive statuses only for a Task issue type.
I have investigated using smart values with Advanced compare condition and I think I may need two of these components.
My question is how I can use the status of an issue to start the calculation of days until the next consecutive status.
Thanks
Jira does not bring the date of a certain status to consume in smart values, I had to create a custom field and an automation to save the date of a certain status
then you can use the smart value {{now.diff(customfield_name).businessDays}} to calculate the difference of days considering working days or {{now.diff(customfield_name).Days}} for any days.
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.