Doors next generation 7.0.3: Query for delivered change sets via API
Is there an API for querying for change sets that were delivered? For example, querying for change sets that were delivered in a specific project in a specific stream in the past 24 hours. I know you can query for work items and then get change sets from the work items, but was just wondering if there was a way to query for delivered change sets directly since I don't see an API for that.
Accepted answer
Hi Joshua
Not in 7.0.3.
In 7.1 there’s a new API which shows the changes in a changeset https://jazz.net/wiki/bin/view/Main/DNGChangesetContentsApiOverview
As that link says: “There is no discovery chain for delivered change sets. The URLs for delivered change sets can be copied from the web UI, an artifacts history, or from a work item which is linked to a delivered change set.” But presumably if you have previously discovered the undelivered changeset URL then you can use that because it doesn’t change when delivering.
HTH
Ian