新增:批量更新迭代中工作项

This commit is contained in:
2023-11-29 14:28:31 +08:00
parent 9c4bc3f37c
commit fe4f56dd36
2 changed files with 29 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ defaults format: :json do
resources :sprint_issues, only: [:index] do
collection do
get :statistics
post :complete
end
end
resources :projects do