dixudx / dixudx/rtcclient

<oslc_cm:message>Unknown attribute id: rtc_cm:type</oslc_cm:message>

Open
#119 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
40
Forks
44
PR merge metrics
No merged PRs in 30d

Description

my environment is python-3.6 and RTC 6.0.6

I'm trying to run the example script:

from rtcclient.utils import setup_basic_logging
from rtcclient import RTCClient
url = "https://cmis-rtc.de.xxxxx.com:9443/ccm"
username = "XXXXX"
password = "XXXXX"
myclient = RTCClient(url, username, password, ends_with_jazz=False)
myquery = myclient.query
projectarea_name = "Tooling Support"
myquerystr = 'rtc_cm:type="defect"'
#myquerystr = 'oslc_cm:status="Rejected"'
#myquerystr = 'dcterms:type="Issue"'
#myquerystr = 'oslc_cm:inprogress="true"'
returned_prop = "dc:title,dc:identifier,rtc_cm:state"
queried_wis = myquery.queryWorkitems(query_str=myquerystr, projectarea_name=projectarea_name, returned_properties=returned_prop)

whatever I us for myquerystr, the result is always:
Unknown attribute id: xxxx:xxxx

any help appreciated.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.