Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
with PTC Integrity 10.3 it’s possible to “Apply State to All Members” and/or “Apply Label
to All Members” when creating a checkpoint for a project in Integrity Source.
We are creating labels for projects using si-command “addprojectlabel”.
Is it possible to use “Apply State to All Members” and/or “Apply Label to All Members” via options for si-command “addprojectlabel” ?
Best Regards
Stephan
Solved! Go to Solution.
Hi Stephan,
Not specifically for "si addprojectlabel", but you can add labels to all the members after-the-fact using the "si addlabel" CLI command. That command will take a project using the -P option, and if you don't specify a member, it will ask you to recurse through and apply to all project members.
CLI help via,
man siaddlabel
Hi Stephan,
Not specifically for "si addprojectlabel", but you can add labels to all the members after-the-fact using the "si addlabel" CLI command. That command will take a project using the -P option, and if you don't specify a member, it will ask you to recurse through and apply to all project members.
CLI help via,
man siaddlabel
Hello Stephan Klemm,
Did Michael's answer resolve your issue? If so, could you mark his reply as correct by clicking on the Correct Answer button in his post? This lets anyone searching later know that the answer was useful and helpful to you, and might help them out.
If not, could you let us know what additional information you need, so that we can help you get to success?
Regards,
Kael
In addition, when you're giving the project, if you want the labels to apply to the members as of a specific checkpoint, then use the --projectrevision option or give the build as part of the configuration path in the -P option.
Regards,
Kael