Skip to main content
POST
Crear una actividad

Authorizations

Authorization
string
header
required

API key de Notiq (ntq_sk_…)

Path Parameters

teamId
string
required

Body

application/json
title
string
required

Título de la actividad

Required string length: 1 - 300
sprintId
string<uuid>
required

Id del sprint donde vive la actividad

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
description
string | null
status
enum<string>
Available options:
PENDING,
SUGGESTED,
ASSIGNED,
IN_PROGRESS,
NEEDS_HELP,
BLOCKED,
REVIEW,
COMPLETED,
BACKLOG,
TODO,
IN_REVIEW,
DONE,
REOPENED
priority
enum<string> | null
Available options:
LOW,
MEDIUM,
HIGH,
CRITICAL
points
integer | null
Required range: 0 <= x <= 100
dueDate
string<date> | null
Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$
assignedTo
string<uuid> | null
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

La actividad creada

{key}
any