We are using the Transition Date/Time fields to gather when an issue was moved into each status. However, we want to be able to clear that field if the issue moves backwards in the workflow.
Example/ Issue moves from Make Ready to Ready on 10/23. The Date in Ready field will say 10/23. On 10/24, we decide to move the issue back to Make Ready. Now Date in Make Ready is overridden to be 10/24. We want to remove the 10/23 from the Date in Ready field so when we collect metrics, we can recognize that the issue wasn't actually in Ready.
Have tried the Clear Issue Field post-function on the backwards transition and it has not worked. Does this post-function not work for JMCF fields?
You cannot clear calculated fields, because their value is not stored but... calculated. If the transition happened, it happened, and triggering another transition won't change the past.
For your use case, you can either create a standard date/time field and set it during the transition and clear it during the reverse transition (with the help of a post function such as the Set Field Value post function from our JMWE app), or you can create an additional Calculated Date/Time field that will return the transition date/time field value only if the issue status is Ready, and null if it isn't.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.