Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsMarkDown on case creation not fully implemented #92

Closed
CyrilCoq opened this issue Oct 23, 2019 · 3 comments
Closed

IsMarkDown on case creation not fully implemented #92

CyrilCoq opened this issue Oct 23, 2019 · 3 comments
Assignees

Comments

@CyrilCoq
Copy link

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

@maartenba
Copy link
Contributor

Good catch! Let me see if I can get that fixed.

@maartenba
Copy link
Contributor

New release should be up shortly.

@maartenba maartenba self-assigned this Oct 23, 2019
@CyrilCoq
Copy link
Author

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants