Creating a project purpose

About this task

This subcommand creates a project purpose. You must be in the build_mgr or ccm_admin role to use this subcommand.

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.
The purpose and the member status should be 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 don’t 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.

Note that if you are using a DCM initialized database, you might need to create the same purpose in other databases in the DCM cluster.

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

Example

About this task

  • Create a project purpose with a name of Test Purpose, a status of prep, and a member status of test. View the newly created purpose.

    ccm project_purpose -cr -name "Test Purpose" -stat prep -ms test
    ccm project_purpose -s "Test Purpose"
    Purpose Member Status Status
    Test Purpose test prep


Feedback