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

Issue AddIssue(IssueFields issueFields) method fails #49

Open
AngelBermudez57 opened this issue Aug 31, 2018 · 0 comments
Open

Issue AddIssue(IssueFields issueFields) method fails #49

AngelBermudez57 opened this issue Aug 31, 2018 · 0 comments

Comments

@AngelBermudez57
Copy link

AngelBermudez57 commented Aug 31, 2018

Issue AddIssue(IssueFields issueFields) method fails when issueFields.CustomFields = null when no custom fields are specified.

You should add null check to foreach (KeyValuePair<String, CustomField> customfield in issueFields.CustomFields)
or
add CustomFields = new Dictionary<string, CustomField>() to IssueFields class instantiation.

Is this project being currently worked on?

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

1 participant