Creating a project purpose

This subcommand creates a project purpose.

Before you begin

You must be in the build_mgr or ccm_admin role to use this subcommand.

About this task

ccm project_purpose -cr|-create -n|-name purpose_name
                    -stat|-status status [-ms|-member_status member_status]
-ms|-member_status member_status
Specifies the member status for a project purpose. The member status differentiates projects of the same state being used for different purposes when you update. The value must be unique in the database.
Make the purpose and the member status similar. For example, if you are creating a Test Integration purpose, set the member status value to a similar name, such as test_int.
When creating a purpose, if you do not specify a member status, a unique value is automatically generated and used.
-n|-name purpose_name
Specifies the name of the new project purpose. The name must be unique in the database.

If you are using a DCM initialized database, you can create the same purpose in other databases in the DCM cluster.

-stat|-status status
Specifies the state of the new purpose. Make the state modifiable, such as working, visible, shared or prep.

Example


Feedback