You Track Issue Tracker
Project feature enabling integration with YouTrack issue tracker
Example. It is not recommended to store secure values such as access tokens directly in the DSL code, see Managing Tokens section of our documentation.
project {
// Other Project settings ...
features {
// Other Project Features ...
youtrack {
id = "<Connection ID>" // arbitrary ID, must be unique in the project
displayName = "<Connection display name>"
host = "<YouTrack URL>"
projectExtIds = "<Project ids>" // Space separated list of project ids
accessToken = "credentialsJSON:*****"
}
Content copied to clipboard }
}
See also
Properties
Permanent token to access YouTrack
Authentication type for YouTrack. Token authentication is used by default.
Issue tracker integration display name
A space-separated list of YouTrack Project IDs
Automatically populate YouTrack Project IDs
Functions
Copies parameters of this object to the specified target
Creates an instance of this project feature via reflection using a no argument constructor, used during copying. Throws an error if this class doesn't have a default constructor. Subclasses can override it to create an instance without using a default constructor.
Validates this object and reports found errors to the provided consumer