YouTrack
YouTrack provider allows you to create new issues in YouTrack.
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)
In workflows
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow 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.