stable

Clone or download

Read-only

Use query on milestone/$id/backlog in Project Milestones

This is part of request #16146 All artifacts linked to a release are not displayed in Project Milestones Now, in Project Milestones, the route milestones/$id/backlog is queried with '{status:all}' to return all artifacts (open and closed), because before only open artifacts were returned so there were missing informations. How to test: - Have a milestone with some artifacts in its backlog - Closed some artifacts Expected results: - In Project Milestones, the displayed numbers at the left of each tracker are good. - There is the same number as in release's Overview Change-Id: I006c20f582684631c5bb9a7b1d51ecf428fe3d04

Modified Files

Name
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.test.ts +5 −0 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.ts +4 −0 Go to diff View file