Before you begin:
|
Intro
This document describes Python library that wraps YouTrack REST API.
Getting Started
Compatibility
Current implementation of the Python Client Library and scripts is compatible with YouTrack 3.x REST API and Python 2.6.
If you use YouTrack 2.x, please refer to YouTrack Release Downloads Archive for the YouTrack 2.x compatible versions of the library and scripts.
Installation
- Download the latest version of YouTrack Python Client library and unzip it.
- Install Python
Authenticating
| Ensure REST API is enabled in the target YouTrack installation. This setting is located on http://<your YouTrack instance>/settings screen. |
Get Issues
Create Issue
Other Methods
See method of class Connection in youtrack/connection.py
2 Comments
comments.show.hideJul 29, 2010
Dmitry Jemerov
The Java implementation of Python is called Jython, not JPython.
Aug 02, 2010
Vadim Gurov
fixed