open class YouTrackIssueTracker : ProjectFeature
Project feature enabling integration with YouTrack issue tracker
See Also
YouTrackIssueTracker(init: YouTrackIssueTracker.() -> Unit = {}, base: YouTrackIssueTracker? = null) |
var accessToken: String?
Permanent token to access YouTrack |
|
var displayName: String?
Issue tracker integration display name |
|
var host: String?
YouTrack server URL |
|
var password: String?
A password for YouTrack connection |
|
var projectExtIds: String?
A space-separated list of YouTrack Project IDs |
|
var useAutomaticIds: Boolean?
Automatically populate YouTrack Project IDs |
|
var userName: String?
A username for YouTrack connection |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |