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

Added permittedGroup option for creating a new issue #14

Closed sbaer closed 11 years ago

hhariri commented 11 years ago

Thanks for this. I'm guessing permittedGroup as a dynamic field wasn't working? I don't mind adding this explicitly btw, but just to know.

sbaer commented 11 years ago

Hi Hadi. Yes it wasn't working as a dynamic field. It also appears to be case sensitive with the capital 'G' needed in permittedGroup which is why I had to special case it out from the other fields posted to create a new issue.

hhariri commented 11 years ago

Great. Thanks!