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 support for runAs and disableNotifications to ApplyCommand() #13

Closed jeff-french closed 11 years ago

jeff-french commented 11 years ago

This allows running commands as a different YouTrack user and allows to turn off notifications during the command. Very useful for things like importing comments from another system.

hhariri commented 11 years ago

Hi Jeff,

Thanks for this. Will merge it. Would be great if in the future you could also add a couple of tests.