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
Description of the problem, including code/CLI snippet
I am trying to change milestone of issue. I understand that I should set milestone_id with valid ID of milestone (reference #612 as well as https://docs.gitlab.com/ee/api/issues.html#edit-issue). The problem is that it seems to not work. The code passes without any error or warning but issue still has the old milestone assigned.
Description of the problem, including code/CLI snippet
I am trying to change milestone of issue. I understand that I should set
milestone_id
with valid ID of milestone (reference #612 as well as https://docs.gitlab.com/ee/api/issues.html#edit-issue). The problem is that it seems to not work. The code passes without any error or warning but issue still has the old milestone assigned.I am sure that I am setting correct milestone ID as I am getting it just few lines prior using code:
Expected Behavior
Milestone changes.
Actual Behavior
Nothing happens.
Specifications
The text was updated successfully, but these errors were encountered: