Modifying a project purpose

This subcommand modifies the name or member status of 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 -m|-modify [-n|-name purpose_name]
[-ms|-member_status member_status] [-force] purpose_name
-force
Specifies to modify the project purpose even if the specified new member_status value is used by existing objects in the database.
-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.
Make the purpose and the member status similar. For example, if you are creating a purpose of Test Integration, set the member status to a similar value, such as test_int.

Example


Feedback