VcsChange
Represents a VCS change linked to an issue.
Related Resources
Below you can find the list of resources that let you work with this entity.
Attributes
This table describes attributes of the VcsChange
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The database ID of the VCS change. |
date | Long | The date when the VCS change was committed to the repository. |
fetched | Long | The date when the VCS change was fetched from the repository to YouTrack. |
files | Int | The number of files included into the VCS change. Equals -1 if the number of files is unknown. |
author | User | The author of the VCS change. |
processors | Array of ChangesProcessors | The list of version control systems that contain the VCS change. |
text | String | The commit message of the VCS change. |
urls | Array of Strings | The list of links to the VCS change in the corresponding version control systems. The order is the same as in the |
version | String | The commit hash of the VCS change. |
issue | Issue | The YouTrack issue the VCS change is linked to. |
state | Byte | The code of the state of the VCS change. Here is the list of available state codes:
The list of state codes may be extended in the future API versions. |