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

Get list of change sets with no work item associated ?

Is it possible to get list of change sets which has no work item associated in a report / query of some kind

We use RTC 5.0.2

0 votes

Comments
  • bump* 

  bump again  



One answer

Permanent link
I don't know any APIs that can filter on the work item association of a change set. The best option I can think of is to get a complete list of all change sets and filter them after the list is obtained.

For example, you can POST to /ccm/oslc-scm/changeSet with request headers "X-Jazz-CSRF-Prevent: <current JSESSIONID>" and "X-Method-Override:REPORT", and payload '{"propertyRequest":{"jazz_scm:reasons":{}}}', then in the response JSON, look for '"jazz_scm:reasons": []'.

POST without the specified payload, or a GET will not return any "jazz_scm:reasons" entries.

0 votes

Your answer

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
× 12,025

Question asked: Aug 17 '15, 4:52 a.m.

Question was seen: 2,336 times

Last updated: Sep 22 '15, 2:21 a.m.

Confirmation Cancel Confirm