It's all about the answers!

Ask a question

Can the Excel Importer populate the team area for a test case/script?


Keith O'Donnell (1522) | asked Mar 03 '16, 6:18 p.m.
 Can the Excel Importer populate the team area for a test case/script?

Accepted answer


permanent link
Donald Nong (14.5k614) | answered Mar 07 '16, 1:21 a.m.
It should be able to. Use "testcase.jproc:team-area" and "testscript.jproc:team-area". Note that the attribute is single-valued, and its value is the URL link to the team area, which looks like:
https://clm502:9443/qm/process/project-areas/_un7MMIPsEeSArJ5EtUYmDQ/team-areas/_znKGVIPsEeSArJ5EtUYmDQ
Keith O'Donnell selected this answer as the correct answer

Comments
Don Yang commented Oct 16 '16, 10:24 p.m.

Hi, Donald

which version of ExcelImporter did you make this work?
I tried with v6.0.2 using something line

testcase.jproc:team-area="https://localhost:9443/qm/process/project-areas/_vNinAIoKEeaaJ4TeFBXbfQ/team-areas/_meSZQJQNEeaeQ9ST2_jxsQ"

and got 400 bad request error(log shows:
Caused by: org.xml.sax.SAXParseException: The prefix "jproc" for element "jproc:team-area" is not bound.).
Not sure if namespace binding in v6.x has changed or not.
There is a similar question asked in
https://jazz.net/forum/questions/229426/unable-to-update-field-team-area-while-exporting-test-case-into-rqm-using-rqmexcelimporter-tool
and I found your answer here, any ideas?
Thanks


Donald Nong commented Oct 16 '16, 11:03 p.m. | edited Oct 16 '16, 11:04 p.m.

You can try "ns5" or "jazzprocess" to replace "jproc" if it doesn't work. I cannot remember the version that I tested with and how I came up with "jproc" (most likely it was revealed in a GET operation). The "team-area" attribute is defined in the jazzprocess.xsd schema. RQM does not seem to let you "name" the namespace, so we have to figure out what is its short name behind the scene.
https://jazz.net/wiki/bin/view/Main/RqmApi

Of course, team area feature has to be turned on in the project area first.

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.