project-funnels
Criar ou atualizar um funil de projeto
Criar ou atualizar funil de projeto.
post/api/management/project-funnel
Request body
Example request
{
"name": "Nome do funil",
"prefix": "PREFIX",
"steps": [
{
"name": "Backlog",
"sensation_amount": 50,
"help_text": "Texto de ajuda da etapa",
"allow_execution": true,
"checklists": [
{
"name": "Checklist 1",
"info": "Texto informativo da checklist",
"required": true
}
],
"attachments": [
{
"id": 1
}
],
"form": {
"id": 8,
"title": "Formulário para etapa"
}
}
],
"tags": [
{
"name": "Nova etiqueta",
"color": "#5e4ff8"
}
],
"business_area": {
"id": 19,
"name": "Área de negócio",
"frame_id": "uuid-do-frame"
},
"allow_multi_step": true,
"project_term": {
"key": "called",
"en": {
"project_term": {
"singular": "called",
"plural": "calls"
}
},
"pt_br": {
"project_term": {
"singular": "chamado",
"plural": "chamados"
}
}
},
"show_cost_info": true,
"form": {
"id": 7,
"title": "Formulário para funil"
},
"attachments": [
{
"id": 3
}
],
"access": [
{
"name": "Test User"
}
],
"funnel_status": [
{
"name": "Novo status",
"color": "#b59ef6"
}
],
"condition": "active",
"allow_execution": true
}Response
Funil criado com sucesso