Hi,
I have a complex workflow that has a screen containing lots of fields set as "required".
Now, I need to add 2 more workflow steps directly at the beginning of the workflow, so basically a new initial status when creating an issue.
The challenge I am now facing however, is that for the creation screen a reduced set of fields is necessary not containing the mandatory fields that are required to be mandatory after two workflow steps.
I tried creating a seperate screen for issue creation but as expected, after clicking "create" it tells me that all of those mandatory fields that are not part of the screen need to be populated.
any idea, how I can solve this situation?
Regards
Kian
For your situation, instead of marking those fields as required in the Field Configuration Scheme, I would use a workflow validation on the respective steps.
Look for the Field Required Validator
yeah, i feared that might be the only option.
is there really no other way?
given the amount of required fields and the resulting fact that using validators will not make it visible which fields are mandatory, will cause a lots of inconveniences for our team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kian,
if you set a field as mandatory in the field configuration scheme, it is mandatory in every single step of the workflow.
So, as Virgil said, you have to validate them in your workflow steps. I don't know another way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kian Pariwar
the mentioned option offers the posibility to display a message when one of the fields isn't completed. you can use a text like "custom field X is mandatory" that would show up each time the validation fails.
Indeed, you have to add the validation manually for each step that implies those custom fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I solved it another way:
I created a seperate issue type with its own workflow, included it in the board alongside the other issues and brief the team to "move" the issue once the first 2 steps are completed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tricky workaround :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yeah, but these are the sacrifice someone needs to do to keep out protests and revolts within the team, just because a red star is missing to highlight mandatory fields...
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.