FYI, the problem (at least now) is that the webhook format for Assignees has changed to match the multiple-assignees functionality that was added to GitLab. As the GitLab documentation states at the end of the"Merge Request event" section, theassignee_idfield is deprecated. MRs no longer h...
Implementation plan introduce an Advanced search migration to add a new field to the merge requests mappings namedassignee_idswith type ofkeyword. InMergeRequestInstanceProxypopulateassignee_idsand bump theschema_version(format isYY_MM) Note: theassignee_idsfield should only be populated once the migr...
Backend must support queries that come in two params: assignee_usernamefor a single assignee selected from the dropdown assignee_wildcard_idwhich accepts values of: `'none', 'any' If bothassignee_usernameandassignee_wildcard_idare sent, there should be an error raised. You cannot send both S...
Should I be changing the assignee of the issue in another way, perhaps using a key instead of the name.surname?I tried using edit issue field and a custom payload but could not manage either.Furthermore, I obtain this value by reading the comment left by gitlab integration, hence why ...
. Another case is if multiple developers have been working on the same feature and therefor have shared responsibility for the code in the merge request. It is actually described in Gitlabs Documentation for Merge Request TL;DR Multiple people can have responsibility / can be accountable for ...
Introduce a migration to backfill the assignee_ids field in all merge requests using schema_version as the field to check. Example migration:
Two scrollbars show up in the drop-down What is the expected correct behavior? The 'outer' scrollbar shouldn't be showing Relevant logs and/or screenshots DoubleScrollIssue Results of GitLab environment info Expand for output related to GitLab environment info System information System: Ubuntu ...
Link Gitlab project with Jira integration. Create a merge request with an 'action' reference (closes / fixes / ...) to the issue. Merge the MR. The Assignee of the Jira issue will be set by the (in our case called)Gitlab Useruser. ...