I'm trying to create several automation rules and one of the nice to have features is to start logging work automatically. I.e. when the issue status is changed to "in progress" the timer starts and when it is moved to QA (an example) the timer stops.
So if I have an estimation of 3 days and moved the issue to QA on the second day - the time spent will be 2 days.
Hope I managed to explain myself...
Thanks
@Anna B it could be due to the format of issue.original estimate.divide(28800) not being compatible with plusBusinessDays(), try adding .round, .floor or .ceil to get a whole number and see if that works
ah, you appear to have edited the question since I wrote the answer, this applies to your original question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot, Stephen.
Yep, I've edited the question as I've found a missing brace (as usual, the answer is as simple as that).
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.