YouTrack Standalone 7.0 Help

Import from Google Code Issue Tracker

Version compatibility note

Current implementation of the Python Client Library and scripts is compatible with YouTrack 3.x and 4.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.

To import issues from Google Code Issue Tracker:

  1. Install Google Data Python Client Library.
  2. Download the latest version of YouTrack's Python Client Library and unzip it.
  3. Create mapping between a Google Code project and a target YouTrack project. See sample mappings in googleCode/chromium.py or googleCode/youtrackAndroid.py files.
  4. Import your mapping into googlecode2youtrack.py:
    # init mapping import googleCode #import googleCode.default #import googleCode.chromium #import googleCode.youtrackAndroid import googleCode.myMapping
  5. Execute the following command:
    python google2youtrack.py google_login google_password target_url target_login target_password googleProjectName targetProjectId
Last modified: 2 February 2017