I’m trying to realize a python script that is able to get some info from Polarion.
I’ve made the connection and selected the path and the document.
I’d like to get the info I’ve circled in all the workitems:
So I was expecting that calling the function getWorkitems()
, as written in the info, to get all complete workitems returned as a Workitem[]
document = project.getDocument('/Input Documents/Allegato 4 - Sottosistema MR')
workitem_getWorkitem=document.getWorkitems()
I’m getting the following error:
raise exceptions.ValidationError(
zeep.exceptions.ValidationError: Missing element moduleURI (getModuleWorkItemUris.moduleURI)