python-rtkit
python-rtkit copied to clipboard
Python Api for Request Tracker's REST interface
This changes fixes the import for cStringIO and ifilterfalse as intended by pull request #60. In this old pull request the import for ifilterfalse is tried in the wrong direction...
… argument to authenticators.
Hi, I'm trying to automate ticket creations but the RT server has a self signed SSL which is raising: urllib2.URLError: Is there any way we could get a toggle for...
Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20python-rtkit)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `python-rtkit`. Thankfully, an equivalent service is...
Hello, it seems there are some issues with the comment API with Attachment. I am able to send .txt file but nothing else. Not even .JPG. I keep getting [ERROR]...
Hi , How can I get a list of those tickets resolved by me ( my username ) , for a list of users/requesters? thanks
We tried to convert the comma to '%2C' Hex before sending it to RT. However, RT returns an error as such: Can't use an undefined value as an ARRAY reference...
The rtkit doesn't seems to accept multipart/form-data. I notice it specifically when I send special characters like *, & and etc. In our scenario those values are coming right out...
After migrating an app to python 3 and installing the latest version of python-rtkit, I'm suddenly getting errors when trying to create a new ticket: ``` Traceback (most recent call...
Hi Guys, I work in an environment where our initial login to RT is using kerberos. After that, we use cookie based authentication. Would it be possible for your to...