jetbrains.buildServer.configs.kotlin.v10.projectFeatures / YouTrackIssueTracker

YouTrackIssueTracker

open class YouTrackIssueTracker : ProjectFeature

Project feature enabling integration with YouTrack issue tracker

See Also

youtrack

Constructors

<init>

YouTrackIssueTracker(init: YouTrackIssueTracker.() -> Unit = {}, base: YouTrackIssueTracker? = null)

Properties

accessToken

var accessToken: String?

Permanent token to access YouTrack

displayName

var displayName: String?

Issue tracker integration display name

host

var host: String?

YouTrack server URL

password

var password: String?

A password for YouTrack connection

projectExtIds

var projectExtIds: String?

A space-separated list of YouTrack Project IDs

useAutomaticIds

var useAutomaticIds: Boolean?

Automatically populate YouTrack Project IDs

userName

var userName: String?

A username for YouTrack connection

Inherited Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type