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

Add wikifyDescription param to IssuesService.GetIssues() #64

Closed jrossgowan-pulsemining closed 7 years ago

jrossgowan-pulsemining commented 7 years ago

We are trying to show user-facing descriptions of the issues returned by a specific query, however some issues contain wiki markup, which obscures the content of the description. It would be great if we could use wikifyDescription=true to fetch the description as HTML, so we could use an HTML parser to get a user-facing description of each issue.

Expected behavior

Actual behavior

Steps to reproduce the behavior

maartenba commented 7 years ago

New release is on its way.

jrossgowan-pulsemining commented 7 years ago

Thanks for the quick response.