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 do you specify that a new issue description is in Markdown format? #74

Closed Tenebrous closed 6 years ago

maartenba commented 6 years ago

The API currently does not support this. Will check with the YouTrack folks if this is possible. Which version of YouTrack are you using?

maartenba commented 6 years ago

Just pushed a fresh version that supports Markdown. Check the IsMarkdown property on issue/comment objects.

Tenebrous commented 6 years ago

Awesome, thanks!

Tenebrous commented 6 years ago

Sorry... but we're on YouTrack InCloud 2018.1 and I get the following exception when I create an issue: Command [markdown True] is invalid:Unknown command: unknown command: markdown True

JetBrains Bug & Issue Tracker YouTrack 2018.1 Build 41051 18/04/18 22:00

maartenba commented 6 years ago

Looks like this is currently only supported on comments. For the issue itself, this is being developed. Publishing a fix for this later today (where markdown will only be available on comments for now).