We're having a problem with the TTR and TTO stopping counting when the ticket is in the waiting_for_approval state. We've tried several ways and we're stuck with the source of the extension.
No error is returned, but the TTR continues to count in the waiting_for_approval state.
I am a little puzzled with your description, from the redefinition you've made just above, it's very clear that TTR and TTO will stop counting when the ticket is in the waiting_for_approval state.
If this is not what you want remember that the "states" for a Stopwatch correspond to the full list of states in which time will be running, so will be counted.
By the way there is no reason to have 2 "redefine" within the same branch of XML, if you only want to change the states, then use a delta="must_exists" or none at the stopwatch field level.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We're having a problem with the TTR and TTO stopping counting when the ticket is in the waiting_for_approval state. We've tried several ways and we're stuck with the source of the extension.
No error is returned, but the TTR continues to count in the waiting_for_approval state.
I appreciate the help!
I am a little puzzled with your description, from the redefinition you've made just above, it's very clear that TTR and TTO will stop counting when the ticket is in the waiting_for_approval state.
If this is not what you want remember that the "states" for a Stopwatch correspond to the full list of states in which time will be running, so will be counted.
By the way there is no reason to have 2 "redefine" within the same branch of XML, if you only want to change the states, then use a delta="must_exists" or none at the stopwatch field level.