Summary
This document will provide details on how to enable the "Request For" while submitting SRC ticket
Question
In SRC Services catalog > while requesting items the "request for" is greyed out and cannot be edited
Answer
The field can be enabled in the application_context propety file,
C:\Program Files\Apache Software Foundation\Tomcat 7.0_Tomcat7.2\webapps\src-9.52\WEB-INF\classes
It can be controlled as by default it is set to false
src.requestedFor.editable=false
change it to
src.requestedFor.editable=true
Restart the Service Request Catalog service.
You Service Request Catalog should appear as follows