/*req_id, req_type */
req = Requirement()
req.set_id(req_id)
How to set the requirements field since there is no defined set_requirement_type?
/*req_id, req_type */
req = Requirement()
req.set_id(req_id)
How to set the requirements field since there is no defined set_requirement_type?