---
title: "Creates a Project task"
method: POST
path: "/api/2026-07-01/resources/project_management/project_tasks"
tags: ["ProjectManagement > ProjectTask"]
---

# Creates a Project task

`POST /api/2026-07-01/resources/project_management/project_tasks`

###### **What does it do?**
This creates a new project task. It will also create a new normal task in the system linked with the project task.
###### **Who can use it?**
Only companies who have enabled the `projects_management` feature and users with the permission of create projects.

## Response `201`

CREATED

- ProjectManagementProjectTask
  - `id` string, required
  - `project_id` string, required — The ID of the project linked to the project task
  - `subproject_id` string — The ID of the subproject linked to the project task
  - `task_id` string, required — The ID of the task linked to the project task
  - `follow_up` boolean, required — If true, status changes related to the project will notify the author

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
