We have recently been asked to report on when an issue enters the status in progress. My initial thought is to have a post function set the start date based on the start progress transition. However, if you stop progress and start progress again, this would reset the date. Is there a way to conditionally populate this field only if it is empty? Or is there a better way to do this?
It might be useful to do the following - using Conditions together with Post Functions:
Hope it helps
Yes, but no.
Post functions always run when the transition is executed, so "no"
But if you need to do this, you write the post function with it in mind - put something like "if date not empty, exit" at the top of the code for it.
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.