Skip to content

Filter milestones by regex

John Hope requested to merge fix_milestone_selection into master

Milestone selection for planning issues works by taking the current milestone, matched to a regex, adding one day to the due date and finding the active milestone at that date.

This second query needs to also be checked against the regex to ensure that it also matches the release milestone title pattern, as there may be multiple active milestones.

Merge request reports