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
This leads to the second problem. The editIssue method calls the method _with on the Requester which only adds arguments if the value of that argument is not null.
I solved this problem by having a editIssueNullable that calls withNullable instead of _with, but I am not sure if that is a good way to solve that problem.
The text was updated successfully, but these errors were encountered:
It is not possible to unset milestones.
To unset a PATCH with null for the milestone value needs to be sent.
However that is not possible due to two problems:
A check like that solves this problem:
I solved this problem by having a editIssueNullable that calls withNullable instead of _with, but I am not sure if that is a good way to solve that problem.
The text was updated successfully, but these errors were encountered: