rtcclient icon indicating copy to clipboard operation
rtcclient copied to clipboard

RTCClient for Rational Team Concert

Results 50 rtcclient issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

I face issue similar to issue #177 and i saw solutions provided with PR #178 and i tried this way (updating _init.py) and it makes fetching WI's very slow As...

Hello, When using RTCClient, only for certain WorkItems, it is unable to fetch the attachments and it ends up with an error like below: File "C:\1_Work\Tool\pyFile\main.py", line 10, in check_dou_tag...

while trying to create a work item i am encountering the error: Error creating work item: At least choose either-or between template and copied_from . Can someone please help with...

question

while creating a new work item in ALM how using rtcclient how to automate the parent and contributes to tab via python script? that add parent and contributes to id...

Hello, I have an rtc custom work item with the field 'Design Authority" which is a check box of 5 options. ![image](https://user-images.githubusercontent.com/99444148/179842714-770ae371-726a-4fff-aa56-6e1ece9cce6f.png) I checked my rtc settings, and i believe...

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 =...

Hello. I've improved rtcclient's use of cookies. Before the improvement, communication with the RTC server was performed while the unnecessary character string was set in the cookie of the HTTP-Header....

do-not-merge/hold

Facing a problem where when I run a query from a URL I only get at max 34 responses. Is there a different way to run rtc queries with multithreading?...