YouTrack¶
You can import tasks from your YouTrack instance using
the youtrack
service name.
Example Service¶
Here’s an example of a YouTrack target:
[my_issue_tracker]
service = youtrack
youtrack.host = youtrack.example.com
youtrack.login = turing
youtrack.password = 3n1Gm@
The above example is the minimum required to import issues from YouTrack. You can also feel free to use any of the configuration options described in Common Service Configuration Options or described in Service Features below.
Service Features¶
Customize the YouTrack Connection¶
The youtrack.host
field is used to construct a URL for
the YouTrack server. It defaults to a secure connection scheme (HTTPS)
on the standard port (443).
To connect on a different port, set:
youtrack.port = 8443
If your YouTrack instance is only available over HTTP, set:
youtrack.use_https = False
If you want to ignore verifying the SSL certificate, set:
youtrack.verify_ssl = False
For YouTrack InCloud instances set:
youtrack.incloud_instance = True
Specify the Query to Use for Gathering Issues¶
The default option selects unresolved issues assigned to the login user:
youtrack.query = for:me #Unresolved
Reference the YouTrack Search Query Grammar for additional examples.
Queries are capped at 100 max results by default, but may be adjusted to meet your needs:
youtrack.query_limit = 100
Provided UDA Fields¶
Field Name |
Description |
Type |
---|---|---|
|
PROJECT-ISSUE# |
Text (string) |
|
Summary |
Text (string) |
|
URL |
Text (string) |
|
Project short name |
Text (string) |
|
Project issue number |
Numeric |