This action creates a project on a specified workspace.
- API endpoint slug
- clockify.create_project
- Filter code method
- Clockify.createProject.skip(string?: reason)
- Runtime method
- runAction("clockify.create_project", {})
Action fields
- Label
- Workspace
- Helper text
- Select a workspace where the project will be created
- Slug
- workspace_project
- Required
- true
- Can have default value
- false
- Label
- Project name
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Clockify.createProject.setName(string: name)
- Label
- Client
- Helper text
- Name of the client for this project
- Slug
- client
- Required
- false
- Can have default value
- true
- Filter code method
- Clockify.createProject.setClient(string: client)
- Label
- Is project billable?
- Slug
- billable
- Required
- false
- Can have default value
- true
- Filter code method
- Clockify.createProject.setBillable(string: billable)
- Label
- Is project public?
- Slug
- public
- Required
- false
- Can have default value
- true
- Filter code method
- Clockify.createProject.setPublic(string: public)