Can the Excel Importer populate the team area for a test case/script?
Accepted answer
https://clm502:9443/qm/process/project-areas/_un7MMIPsEeSArJ5EtUYmDQ/team-areas/_znKGVIPsEeSArJ5EtUYmDQ
Comments
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
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.