It's all about the answers!

Ask a question

How to fix the states and actions test artifacts in upgraded Process Template in RQM v4?


0
1
Nhi P Ta (18841018) | asked Jul 30 '12, 8:31 p.m.
edited Aug 01 '12, 11:01 a.m.
Hello

As you may have know, CLM version 4 does not allow importing of version 3 process templates, Customised templates need upgrade from version 3 to version 4.

For RQM version 4 after upgrade the server, when you create a new project area based on these update template, all test artifacts (test plan, test case, test suites, test script, and so on) has theirs state names, and actions rendered as %qm.workflow.action.review and %qm.workflow.state.draft for example.

I was able to fix this problem for the created project areas by this forum entry. However this problem keeps recurring for any new project area create of the upgraded templates.

I also found this problem in the upgrade Money That Matter RQM v3 process template.

So how do we fix this problem at the upgraded process template?


Accepted answer


permanent link
Pramod Chandoria (2.1k11220) | answered Jul 31 '12, 1:17 a.m.
JAZZ DEVELOPER
Seems you need to submit a defect
Nhi P Ta selected this answer as the correct answer

Comments
Martha (Ruby) Andrews commented Jul 31 '12, 7:29 p.m.
JAZZ DEVELOPER

Yes, please file a defect against RQM. It sounds like the template.messages files are not being updated when the templates are updated.


Nhi P Ta commented Aug 01 '12, 11:03 a.m.

Thanks Pramod and Martha, I have filed a defect id=70807

One other answer



permanent link
Nhi P Ta (18841018) | answered Jul 31 '12, 2:06 a.m.
After looking at the process templates for both versions in unzip forms, It seems to related to string replace in the template. Below are the steps I used fixed this problem.

1. Open the upgraded template in RTC version 4 Eclipse Client,
2. Navigate to Link tab, under Process Attachment section select template.messages under Path, click on Save As to export this message file.
3. Add the following lines to it
# Quality Manager Workflow
qm.workflow.label.testplan = Test Plan Workflow
qm.workflow.label.testcase = Test Case Workflow
qm.workflow.label.testscript = Test Script Workflow
qm.workflow.label.testsuite = Test Suite Workflow
qm.workflow.label.testresult = Test Case Result Workflow
qm.workflow.label.suiteresult = Test Suite Result Workflow
qm.workflow.state.draft = Draft
qm.workflow.state.review = Under Review
qm.workflow.state.approved = Approved
qm.workflow.state.retired = Retired
qm.workflow.stategroup.draft = Draft
qm.workflow.stategroup.underreview = Under Review
qm.workflow.stategroup.reviewed = Reviewed
qm.workflow.stategroup.approved = Approved
qm.workflow.stategroup.closed = Closed
qm.workflow.action.draft = Draft
qm.workflow.action.review = Ready for review
qm.workflow.action.approve = Approve
qm.workflow.action.reject = Reject
qm.workflow.action.reopen = Reopen
qm.workflow.action.retire = Retire
4. Replace the template.message file with the edited file in step 3.
5. Save the template in RTC Eclipse Client.

Now new project area created from this upgraded RQM template has all the default QM work flow labels rendered correct!

If you are using other language such zh or jp,you can select the appropriate message entry to update, so that if you select the language during project area creation, the string get substitute correctly.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.