Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Delete Jobs / Test Cases:

DELETE http://localhost:8080/rest/scmactivity/1.0/changeset/remove/job?issueKey={issueKey}&jobId={jobId}

DELETE http://localhost:8080/rest/scmactivity/1.0/changeset/remove/jobs?issueKey={issueKey}

Code Block
curl -u username -XDELETE \
http://localhost:8080/rest/scmactivity/1.0/changeset/remove/job?issueKey=DT-1&jobId=3

...