[go: up one dir, main page]

Skip to content

order merge requests by "asigned to" date

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

typically in our project, when merge requests are ready we assign it to the merge bot. To find out which tickets currently are in the queue we filter by "assignee = merge-bot-name" and sort it by "updated date". This works ok'ish, but even then the list is not really accurate. I would like to have a ordering based on the "date when merge-bot was assigned".

in general the ordering of the filters are quite limited anyway. We are all programmers right? why limit the logic with fancy buttons? It shouldn't be an issue to allow users reasonable sql queries (replace sql with whatever database structure you are using).

Acceptance criteria

to be able to sort by "date when user was assigned", on tickets where you are filtering for "assignee = user".

notes:

see also: https://docs.gitlab.com/ee/user/project/issues/sorting_issue_lists.html

I don't have any clue about the labels... please bear with me in this regard. Thanks

Edited by 🤖 GitLab Bot 🤖