Best practice for custom attributes on source file versions?
We can create custom attributes on source file versions, streams, snapshots, components, and baselines(RTC 6.0.2).
I am configuring our team process and thinking of using this feature to indicate whether a file version is TESTED or not.
Does anyone know the recommended best practice for this feature?
Is there GUI to get / change the value of a custom attribute for file version?
I have only the following article.
https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.2/com.ibm.team.scm.doc/topics/t_creating_custom_att.html
Regards,
I am configuring our team process and thinking of using this feature to indicate whether a file version is TESTED or not.
Does anyone know the recommended best practice for this feature?
Is there GUI to get / change the value of a custom attribute for file version?
I have only the following article.
https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.2/com.ibm.team.scm.doc/topics/t_creating_custom_att.html
Regards,
Accepted answer
See also https://rsjazz.wordpress.com/2016/02/04/setting-custom-attributes-for-scm-versionables/
there is no UI available this is only accessible using the Java API or from the SCM command line. It is supposed to be used for automation. There is also no permission or anything to protect it - as there is no UI.
there is no UI available this is only accessible using the Java API or from the SCM command line. It is supposed to be used for automation. There is also no permission or anything to protect it - as there is no UI.