Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Why programmatic delivery of DOORS Next change set fails via POST?

I am trying to deliver DOORS Next change set through API, but it fails. Any help or input is appreciated.

Please find the details below.

The endpoint accepts the request (202 Accepted) and creates an async CompareMergeDeliver task, but the task always fails with "Unexpected exception while executing task" (statusCode: 0).

This happens regardless of:
Clean stream with no other pending change sets
Freshly created change set with a single artifact
Same user who can deliver successfully via the web UI

Request:
Authorization: Bearer <token>
Content-Type: application/rdf+xml
X-Jazz-CSRF-Prevent: true

Task tracker result:
verdict: failed
title: "CompareMergeDeliver task"
error: "Unexpected exception while executing task"
statusCode: 0

0 votes

Comments
Other delivery approaches we tried:
POST /rm/delivery-sessions — creates a session (state: scoped) but no way to trigger execution
PUT /rm/delivery-sessions/<id> with state transitions — 409 "incorrect state property value" for every state we tried
POST /rm/delivery-sessions/<id>/commit — creates another session, doesn't execute
Form-based login (j_security_check) — fails because SSO/OIDC is enforced


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 11,092
× 7,617
× 1,446

Question asked: Jun 09, 11:33 p.m.

Question was seen: 93 times

Last updated: Jun 09, 11:33 p.m.

Confirmation Cancel Confirm