A new feature in foundation allows Admins to specify additional fields that are required for a task. This options is found under Admin and Settings > Applications > Application Settings > Foundation Hub. Once at the Hub application settings find the task section and look for the field "Required Task Action Fields:".
There is a field that will allow you to enter in certain actions that must be taken in order to request a Task. These same actions can be implemented on creating review tasks. To implement the following action follow this syntax:
action.requiredField
For example an admin wants to make group a required field when requesting a Task. In this field they would enter "request.requestedGroup".
Another example is the admin also wants to add a due date as a required field. They would then add "request.dueDate" which will be seperated by a comma.
These are just a few examples of how to add actions to requesting a Task. More can be found in the admin guide for Foundation. One thing to note is to add the same actions for both request and createReviewTask.