Python Client Library

Skip to end of metadata
Go to start of metadata
Search

Searching YouTrack 2.x Documentation

Table of Contents

Intro

This document describes Python library that wraps YouTrack REST API.

Getting Started

Compatibility

Current implementation of the library is compatible with YouTrack 2.0 REST API and Python 2.6.

Installation

  1. Download the latest version of YouTrack's Python Client Library and unzip it.
  2. Install Python.
  3. To check installation, execute the following command:

Output should look something like:

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

Labels:

import import Delete
python python Delete
client client Delete
library library Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Jul 29, 2010

    The Java implementation of Python is called Jython, not JPython.

    1. Aug 02, 2010

      fixed