Skip to content

YouTrackSharp 2021.3.1

Compare
Choose a tag to compare
@rekolobov rekolobov released this 06 Jul 07:10
· 29 commits to 213 since this release

Features

  • IssuesService.GetIssue, IssuesService.GetIssues, IssuesService.GetIssuesInProject: parameter wikifyContents was added, which wikifies contents of all comments and text fields when set to true #101

Enhancements

  • Overall performance was improved by accepting compressed server responses (with Accept-Encoding: gzip, deflate)
  • Performance of IssuesService.GetIssue* methods family was additionally improved by conditionally requesting description field based on value of wikifyDescription argument

Bugfixes

  • IssuesService.GetIssue: argument wikifyDescription was ignored and call to this method always returned raw description
  • NullReferenceException on Issue Description #96

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!