Di Xu
Di Xu
> Is this something already available and I just can't find it? No yet. I don't have too many bandwidth for this new feature. But you can help submit a...
@tszw So just use `defect` instead of `Defect`. Acutaly this is usually customzied by your system administrators.
> I wonder if this by intention or if this is a bug? @minusbrain This is by intention. Most of such long fields are meaningless.
@minusbrain You can try to add a short circuit for `com.ibm.team.apt.attribute.complexity` here. The reason why I chose to do this is because I want to make these properties accessible by...
@jasom Great! Looking forward for your PR.
@Feva Would do you mean by adding time spent to a work item? If you want to add a new item to Workitem template, please ask your RTC admin for...
@Feva You can modify your own template by copying [this example](https://github.com/dixudx/rtcclient/blob/master/rtcclient/templates/issue_example.template) with `{{ timeSpent }}` added. Then you can specify this template file and `timeSpent=abc` when calling `createWorkitem` to create...
RTCClient: Failed POST request at authenticated/j_security_check with response: Error 404: Not Found
> Can it be that in RTC 6.0.5 another endpoint than '/authenticated/j_security_check' to be used? Perhaps. This library has not been tested against `6.0.5` yet. @bagrym You can use Chrome...
RTCClient: Failed POST request at authenticated/j_security_check with response: Error 404: Not Found
@bagrym Sorry, I don't have a handy environment to debug. The only way I think is to inspect all the network requests, i.e., all the GET/POST requests, during login to...
@arun017 From the status code `302`, it seems that your rtc server url has been redirected. However currently in [client.py#L79-L83](https://github.com/dixudx/rtcclient/blob/master/rtcclient/client.py#L79-L83), `_allow_redirects ` will be set to `True` only when `ends_with_jazz=True`....