You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason it seams that accessing the Epic can cause a null reference exception.
E.g. the following code causes it: issueEdited.Epic = issue.Epic == null ? "" : "";
Could this be a problem with issues without Epics?
The text was updated successfully, but these errors were encountered:
For some reason it seams that accessing the Epic can cause a null reference exception.
E.g. the following code causes it:
issueEdited.Epic = issue.Epic == null ? "" : "";
Could this be a problem with issues without Epics?
The text was updated successfully, but these errors were encountered: