Hello, community.
My team and I would like to know the time of that took from an issue transition to the final status "done" starting from the beginning of a sprint using Automation for Jira.
I´ve tried several solutions but I was just able to obtain the number of hours starting from the creation of the issue and not from the beginning of the sprint.
Is this possible using Automation for Jira?
Hi,
Yes, you can do this with Automation for Jira. Simply add a rule with an issue transitioned trigger (to "done"), then add an action with the calculation done by smart values, e.g
Took {{issue.sprint.startDate.diff(now).businessDays}} business days to complete this
Here is an example that adds a comment after transitioning to done status
Hope that helps,
Scott.
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.