Rest Api and Agile Task Position
Hello!
Is it possible to get by REST linked list issues where order corresponds to tasks position at agile board (task position may be changed by mouse drag and drop action)?
Is it possible to get by REST linked list issues where order corresponds to tasks position at agile board (task position may be changed by mouse drag and drop action)?
Please sign in to leave a comment.
http://${HOST:PORT}/rest/agile/${PROJECT_NAME}/sprint/${SPRING_NAME}/issue/${ISSUE_ID} with JSON body: {"fromBacklog":false,"feature":"","state":"${STATE_NAME}","prev":"${PREV_ISSUE_ID}"}
where PREV_ISSUE_ID this task number which must be before ISSUE_ID