JetBrains / YouTrackSharp

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

history change can also return VCS changes #125

Closed jirkakara closed 1 year ago

jirkakara commented 1 year ago

I needed to get VCS changes, for some reason the function GetChangeHistoryForIssue did not return this kind of ActivityItem. You can also specify the parameter categories to function GetChangeHistoryForIssue, that returns just specific type of ActivityItem. This might come in handy because you do not need to iterate thru items you do not need.

jirkakara commented 1 year ago

I am not really sure onto which branch should I submit the pull request, if you need me to change the branch I can do that.

rekolobov commented 1 year ago

@jirkakara thanks a lot! merged into 223, will release 2022.3.1 if you really need, I could backport it to 213 as well, but I'd prefer not to do that unless necessary

rekolobov commented 1 year ago

Although I made a little change to avoid explicit listing of activities categories