YouTrackSharp 2021.3.1
Features
IssuesService.GetIssue
,IssuesService.GetIssues
,IssuesService.GetIssuesInProject
: parameterwikifyContents
was added, which wikifies contents of all comments and text fields when set totrue
#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 ofwikifyDescription
argument
Bugfixes
IssuesService.GetIssue
: argumentwikifyDescription
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!