Overview
YouTrack is a project management tool packed with features that streamline your work and increase productivity on any team project. From software development and DevOps to HR and marketing, all kinds of teams can use YouTrack’s functionality to easily track and collaborate on projects of any size.Authentication
This provider requires authentication.- host_url: YouTrack Host URL (required: True, sensitive: False)
- project_id: YouTrack Project ID (required: True, sensitive: False)
- permanent_token: YouTrack Permanent Token (required: True, sensitive: True)
- ticket_creation_url: URL for creating new tickets (required: False, sensitive: False)
- create_issue: (mandatory)
In workflows
This provider can be used in workflows. As “action” to make changes or update data, example:How to get Project ID and Permanent Token?
-
Project ID: The project ID can be found in the URL of the project. For example, in the URL
https://<your-youtrack-host>/projects/<project-id>
, the project ID is<project-id>
. - Permanent Token: Checkout the YouTrack - Generate Permanent Token documentation to generate a permanent token.