Skip to end of metadata
Go to start of metadata
Before you begin:
  • Ensure REST API is enabled in the target YouTrack installation before starting import process. This setting is located on Administration > Settings screen (http://<your YouTrack instance>/settings).
  • If you try to re-import same project several times, then you must delete previously imported data before the next attempt.

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

  1. Download the latest version of YouTrack Python Client library and unzip it.
  2. 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

Labels:
import import Delete
python python Delete
client client Delete
library library Delete
Enter labels to add to this page:
Please wait 
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