We would like to bypass the transition screen if the user has already filed out all required fields. If it is not necessary for the transition screen to gather info then why have to click to close it. This is mostly an issue for project managers who use agile boards. When moving from one state to another, if all info is filled out prior to movement in a scrum, then not having a bunch of screens "pop up" would be much less distracting during planning.
Hello @ChrisR that can't be done as described. Optionally you could have two transitions, one with any the requested fields empty and another with all the fields filled.
On the first one you then add a screen and validators to make sure all fields are filled.
On the second one you don't add any extra stuff.
This way you would have the expected behavior but would make the administration harder to mantain over time. I personally wouldn't do this that I'm suggesting but it's technically possible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.