cedeyn / youtrack-python-scripts

YouTrack import and utility scripts

Home Page:http://www.jetbrains.com/youtrack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

official JetBrains project

YouTrack Python Scripts

This repository contains a collection of command-line tools for interacting with the YouTrack REST API client library for Python. At present, the package only contains scripts for importing issues from other issue trackers. The scripts reference the YouTrack REST API client library for Python that is published in a separate repository.

Compatibility

These scripts are compatible with Python 2.7+. Python 3 releases are not supported.

The scripts are compatible with YouTrack Standalone versions 5.x and higher as well as the current version of YouTrack InCloud. The REST API is enabled by default in all YouTrack installations.

Getting Started

This package has been published to PyPI and can be installed with pip. pip install youtrack-scripts

The YouTrack REST API client library for Python is installed automatically as a dependency.

Once installed, you can build your mapping files and use the import scripts to migrate issues from other issue trackers to YouTrack. Specific instructions vary by import source.

  • For import to an installation on your own server, please refer to the documentation for YouTrack Standalone.
  • For import to an instance that is hosted in the cloud by JetBrains, please refer to the documentation for YouTrack InCloud.

Import Scripts

This package includes dedicated scripts for importing issues from Bugzilla, FogBugz, Mantis Bug Tracker (MantisBT), Redmine, and Trac.

  • Import from Jira to YouTrack is supported as a standard integration that is configured directly in YouTrack.
  • For other issue trackers, it may be possible to import issues from a CSV file.

This package also includes scripts for importing single issues or entire projects from one YouTrack installation to another.

YouTrack Support

Your feedback is always appreciated.

About

YouTrack import and utility scripts

http://www.jetbrains.com/youtrack/

License:Other


Languages

Language:Python 100.0%