POST
チケットを移動
/tickets/{ticket_id}/moveチケットを別のステータス/カラムに移動します。
パラメーター
パスパラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
ticket_id必須 | string | The ticket ID |
リクエストボディ
application/json必須
{
status_id*:stringID of the status/column to move to
position:integerPosition within the column (0-indexed)
}
コード例
curl -X POST "https://api.qamaq.io/api/v1/tickets/{ticket_id}/move" \
-H "Authorization: Bearer qmq_your_api_key" \
-H "Content-Type: application/json" \
-d '{"key": "value"}'レスポンス
200Ticket moved successfully
Response Body
{
id:stringboard_id:stringtitle:stringdescription:stringstatus_id:stringstatus_name:stringpriority:"low" | "medium" | "high" | "critical"lowmediumhighcritical
assignee_id:stringassignee_name:stringdue_date:string (date-time)labels:string[]custom_fields:objectposition:integercreated_at:string (date-time)updated_at:string (date-time)created_by:string}