I want use this API but I don't know what's the "issues" to fill
Hi @陈列
You should provide a list of issue keys to be added to the sprint.For example, ["TEST-1","TEST-2", ...]
Final cURL is like this:
curl --location --request POST 'https://<localhost>/rest/agile/1.0/sprint/SprintID/issue'--header 'Content-Type: application/json' \--data-raw '{"issues":["TEST-1","TEST-2"]}'
Hi,
Got following response with above curl:
{"error": "No value present"}
Do you have any suggest?
It looks like you're new here. Sign in or register to get started.