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

Is it possible to make current be a specific baseline?

I have a module in which, after a few baselines, we added a new attribute.  I want to create a function that compares 2 baselines based on this new attribute.  I've tried using the exists function, but it only checks if the attribute is in the Current baseline of the module. Is there a way to set Current to be a specific baseline of a module?  I want to give a message box if the user selects one of the baselines that doesn't have the attribute, since I get an error if I try to check the value of an attribute that doesn't exist in a baseline.  Otherwise, is there another way to test if the attribute exists in the baseline I'm checking?

Chris Cote

0 votes


Accepted answer

Permanent link

 Chris,


Baselines are taken per project area or component (if You use configuration management). At this point it is not possible to set a specific baseline to the module.

You can check if attribute exists in the baseline by using compare function between baselines.

Potential way to solve it, is using DNG Widget API and writing simple script that will check this.

Hope this is answering You question.

Christopher Cote selected this answer as the correct answer

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

Question asked: Aug 16 '21, 11:53 a.m.

Question was seen: 803 times

Last updated: Aug 17 '21, 2:15 a.m.

Confirmation Cancel Confirm