Hi, I meet a trouble.
I creat a screen when the workflow was transitioned to cancle. -----done.
But when I set the field "the reason for cancle" is required, it will affect all the issues.
I have creat the field configration, but how to assosiate the field configration with the workflow(the screen).
Hello @靳光光
Are you working with a Team Managed project or a Company Managed project? That information will display at the bottom of the panel on the left when you are viewing the project.
I think I understand your challenge. When you transition an issue to "cancle" you want to require the user to fill in the field "the reason for cancle".
If you are working with a Company Managed project then to do that you need to create a separate screen that will be displayed during the transition. You add the field "the reason for cancle" to that screen. You then modify the Transition so that it will show that screen.
In this example I use the Resolution field. First I create the Screen with that field.
Then I modify the workflow to add the screen to the transition.
Then publish the workflow.
After that when the transition is executed the specified screen will appear and the user can fill in the value.
Yes, I know this. Thanks for relpy first.
But If I want to make the "the reason for cancle" required, how to do?
If I change it in the field configration, it will affect all the issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want it to be required only during that transition the add a Validator to the transition to make the field required at that time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Make another screen that has only the Comment field on it. Add that screen to the workflow transition from "todo" to "cancle"
If my replies have helped you solve your problem, please consider marking the Answer as Accepted to help other users find posts with validated solutions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.