You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using IsMarkDown = false it should create a case without the Markdown option ( YouTrack Wiki ). The Querystring sent to YT should show markdown=false.
Actual behavior
Nothing is appended to the QueryString when using IsMarkDown = false. ( only appended when IsMarkDown = true )
Steps to reproduce the behavior
Create an issue and use IsMarkDown = false, the querystring is not appeneded and the Case is created with the default value to MarkDown.
Potential fix on or around: "if (issue.IsMarkdown)" on line 97 of IssueService.cs
The text was updated successfully, but these errors were encountered:
Expected behavior
When using IsMarkDown = false it should create a case without the Markdown option ( YouTrack Wiki ). The Querystring sent to YT should show markdown=false.
Actual behavior
Nothing is appended to the QueryString when using IsMarkDown = false. ( only appended when IsMarkDown = true )
Steps to reproduce the behavior
Create an issue and use IsMarkDown = false, the querystring is not appeneded and the Case is created with the default value to MarkDown.
Potential fix on or around: "if (issue.IsMarkdown)" on line 97 of IssueService.cs
The text was updated successfully, but these errors were encountered: