Skip to content

Commit

Permalink
update doc for new ticket(need tranistion_id arg)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Jun 24, 2018
1 parent c022f51 commit cf64717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/apis/ticket.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ POST
参数名 | 类型 | 必填 | 说明
---|---|---|---
workflow_id | int | 是 | 工作流id(工单关联的工作流的id)
transition_id | int | 是 | 新建工单时候的流转id(通过workflow/{id}/init_state接口可以获取新建工单时允许的transition)
username | varchar | 是 | 新建工单的用户名
parent_ticket_id| int | 否 | 父工单的id(用于子工单的逻辑,如果新建的工单是某个工单的子工单需要填写父工单的id)
parent_ticket_state_id | varchar | 否 | 父工单的状态(子工单是和父工单的某个状态关联的)
Expand Down

0 comments on commit cf64717

Please sign in to comment.