Editing labels for a merged merge request requires manual URI editing
Created by: sharwell
Suppose you have a merge request which gets merged. You now want to change the label(s) associated with the merge request. Unfortunately, after the merge request is merged, the Edit button is no longer present, so changes to labels requires the following steps:
- Observe that the merge request URI is https://{server}/{user}/{project}/merge_requests/{id}
- Manually navigate to https://{server}/{user}/{project}/merge_requests/{id}/edit (I added
/edit
to the end of the previous URI) - Assign the labels