Is it possible to pull in all commits to a specific repo in gitlab based on the case number in a sprint?
For example:
In our sprint, we have 20 cases (#s 1-20). that deal with 5 different services (A,B,C,D,E). I would like to create a case for each service that has all the cases for that service in it.
Service A Issue (ReviewA) has cases 1-5 attached to it, since the smart commits for that repo had comments such as 'A-1, A-2, A-3, etc' ...