JetBrains / YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.
https://www.jetbrains.com/youtrack
Apache License 2.0
134 stars 105 forks source link

How to get git commit text for issue id #121

Closed spacesdima123456 closed 1 year ago

spacesdima123456 commented 1 year ago

How can I get the text of a gitLab commit? Does CreateIssuesService not have this option?

rekolobov commented 1 year ago

My apologies for the extremely late reply,

We added the ability to retrieve VCS history items as IssuesService.GetChangeHistoryForIssue("issueId", true) in 2022.3.1

Comments should be accessible now inside VCS activity items.