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

Print Stream, Change Set and Baseline

 We are currently building a report template in Rational Publishing Engine (RPE)/ PUB Studio and having problems to extract what type of configuration a module is printed from (this is valid in both /rm and /qm). When printing the default variable _coverConfigurationType it says “Local Configuration” when printing the module from both main stream and change set. Tried all default variables in RPE/ PUB. Is there any variable that defines the configuration such as stream, baseline and change set? Or can it be found somewhere in a REST API and add an additional schema?

 

Version of setup :
RPE/ PUB: 7.0.2 SR1 iFix015
Doors NG: 7.0.2 SR1 iFix015

0 votes



One answer

Permanent link
The  Configuration/URI content contains key work that you could parse and use to figure out if it is a steam or changeset.

Examples:

Stream
  <ds:Configuration>
    <ds:Title>JKE Banking - Requirements Initial Stream</ds:Title>
    <ds:URI>https://expert-labs-elm.ibm.com/rm/cm/stream/_zk0FQFR-Ee2EMemfeOPt6A</ds:URI>
    <ds:Description/>
    <ds:Type>Local Configuration</ds:Type>
  </ds:Configuration>
ChangeSet
  <ds:Configuration>
    <ds:Title>xxx</ds:Title>
    <ds:URI>https://expert-labs-elm.ibm.com/rm/cm/changeset/_opPkMGGUEe-Zk9wutKprqA</ds:URI>
    <ds:Description/>
    <ds:Type>Local Configuration</ds:Type>
  </ds:Configuration>
Baseline
 <ds:Configuration>
    <ds:Title>Test Baseline</ds:Title>
    <ds:URI>https://expert-labs-elm.ibm.com/rm/cm/baseline/_9SA_AGGUEe-Zk9wutKprqA</ds:URI>
    <ds:Description/>
    <ds:Type>Baseline</ds:Type>
  </ds:Configuration>

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,033

Question asked: Feb 02 '24, 2:13 a.m.

Question was seen: 598 times

Last updated: Aug 23 '24, 5:20 p.m.

Confirmation Cancel Confirm