Modifying a project purpose

About this task

This subcommand modifies the name or member status of a project purpose. You must be in the build_mgr or ccm_admin role to use this subcommand.

ccm project_purpose -m|-modify [-n|-name purpose_name]
[-ms|-member_status member_status] purpose_name
-m|-modify [-n|-name purpose_name]
Modifies a project purpose. When used with the -name purpose_name options, specifies the name of the project purpose to change. When used with the -member_status option, specifies the value of the member status to change.
-ms|-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.
Use this option with the -modify option to specify the member status of the purpose you are modifying. Values from the project purpose table are used for each purpose option.
The purpose and the member status should be similar. For example, if you are creating a purpose of Test Integration, then the member status should be set to a similar value, such as test_int.

Example

About this task

  • Change the name and member status of a project purpose.

    ccm project_purpose -m -n "Test2 Purpose" -ms test2 "Test Purpose"


Feedback