{"id":30237692,"url":"https://github.com/devopshq/youtrack","last_synced_at":"2025-08-15T02:07:35.599Z","repository":{"id":47057110,"uuid":"70929324","full_name":"devopshq/youtrack","owner":"devopshq","description":"YouTrack Python 3 Client Library","archived":false,"fork":false,"pushed_at":"2021-09-15T12:57:51.000Z","size":80,"stargazers_count":27,"open_issues_count":9,"forks_count":14,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-15T19:11:40.051Z","etag":null,"topics":["jetbrains","python","python-library","youtrack"],"latest_commit_sha":null,"homepage":"https://devopshq.github.io/youtrack/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devopshq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-14T16:47:07.000Z","updated_at":"2024-07-30T14:56:28.000Z","dependencies_parsed_at":"2022-09-14T05:40:20.711Z","dependency_job_id":null,"html_url":"https://github.com/devopshq/youtrack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devopshq/youtrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopshq%2Fyoutrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopshq%2Fyoutrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopshq%2Fyoutrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopshq%2Fyoutrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devopshq","download_url":"https://codeload.github.com/devopshq/youtrack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopshq%2Fyoutrack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270511293,"owners_count":24597666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jetbrains","python","python-library","youtrack"],"created_at":"2025-08-15T02:07:33.677Z","updated_at":"2025-08-15T02:07:35.582Z","avatar_url":"https://github.com/devopshq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"YouTrack Python 3 Client Library\n================================\n\n[![build](https://travis-ci.org/devopshq/youtrack.svg?branch=master)](https://travis-ci.org/devopshq/youtrack) [![pypi](https://img.shields.io/pypi/v/dohq-youtrack.svg)](https://pypi.python.org/pypi/dohq-youtrack) [![codacy](https://api.codacy.com/project/badge/Grade/9f6d2c74eb1a4d798b87bd05bed6ee21)](https://www.codacy.com/app/devopshq/youtrack) [![license](https://img.shields.io/pypi/l/dohq-youtrack.svg)](https://github.com/devopshq/youtrack/blob/master/LICENSE)\n\nThis document describes Python 3 library that wraps YouTrack REST API.\n\nCompatibility\n\nCurrent implementation of the YouTrack Python 3 Client Library and scripts is compatible with YouTrack 3.x and higher REST API and Python 3.\n\nInstallation\n------------\n\nTo install YouTrack Python 3 Client Library:\n\n```python\n  pip install dohq-youtrack\n```\n\nAuthenticating\n--------------\n\n```python\n  from youtrack.connection import Connection\n  connection = Connection('http://teamsys.intellij.net', 'xxx', 'xxx')\n```\n\nGet Issues\n----------\n\n```python\n  # get one issue\n  connection.get_issue('SB-1')\n```\n\n```python\n  # get first 10 issues in project JT for query 'for: me #unresolved'\n  connection.get_issues('JT', 'for: me #unresolved', 0, 10)\n\n  # get issues from all projects\n  connection.get_all_issues('for: me #unresolved', 0, 10)\n\n```\n\nCreate Issue\n------------\n\n```python\n  connection.create_issue('SB', 'resttest', 'Test issue', 'Test description', '2', 'Bug', 'First', 'Open', '', '', '')\n```\n\nOther Methods\n-------------\n\nSee method of class Connection in [youtrack/connection.py](https://github.com/devopshq/youtrack/blob/master/youtrack/connection.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopshq%2Fyoutrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevopshq%2Fyoutrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopshq%2Fyoutrack/lists"}