Closed
Description
When we create jobs using TaaS Intake Form https://connect.topcoder-dev.com/new-project/taas-jobs we are passing duration for each Job.
Previously, we didn't have a place in TaaS Job API to store this duration. But we've added "duration" field to the jobs recently topcoder-platform/taas-apis#143.
So now when creating Job in TaaS API during project creating we have to also pass "duration" as an integer number https://github.com/topcoder-platform/tc-project-service/blob/develop/src/events/projects/index.js#L204-L213