Elvaron
Results
1
comments of
Elvaron
Hmm, are you sure? I try the following code and it fails with an Unauthorized Exception from WebClient: ``` foreach (IssueCustomField? customField in version.CustomFields) { if (customField.Id == releasedVersionId) {...