RQM how to rename test artifact workflow state group name
We upgraded a RQM version 3 project template to version 4. Now any new project area create from this template has its states, state groups and actions name of all test artifacts has the following formats.
%qm.workflow.state.draft
%qm.workflow.action.review
%qm.workflow.stategroup.draft
I was able to follow the help to change the state names and action names.
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Fc_upgrade_process_overview.html
But don't seem to be able to change the stategroup.
%qm.workflow.state.draft
%qm.workflow.action.review
%qm.workflow.stategroup.draft
I was able to follow the help to change the state names and action names.
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Fc_upgrade_process_overview.html
But don't seem to be able to change the stategroup.
One answer
I don't seem to be able to do change Work Flow State name on RQM web client, however managed to make this change through RTC v4 Eclipse client .
Below are the steps to
1. Add a new connection to your QM application https://host:port/qm
2. Add the project area into the RTC workspace via Manage
3. Open the project area, go to Process Configuration tab
4. Expand Configuration tree to Process Configuration > Configuration Data > Test Artifact > Workflows
5. In the workflow xml editor, edit the name value of affect <stateGroupDefinition > element.
6. Click the Commit button below the workflow xml editor.
7. Click Save for the process editor (on top right).
Thanks
Below are the steps to
1. Add a new connection to your QM application https://host:port/qm
2. Add the project area into the RTC workspace via Manage
3. Open the project area, go to Process Configuration tab
4. Expand Configuration tree to Process Configuration > Configuration Data > Test Artifact > Workflows
5. In the workflow xml editor, edit the name value of affect <stateGroupDefinition > element.
6. Click the Commit button below the workflow xml editor.
7. Click Save for the process editor (on top right).
Thanks