• Douwe Maan's avatar
    Merge branch 'assign-issues-for-merge-request-18876' into 'master' · d57d892e
    Douwe Maan authored
    Ability to bulk assign issues to author of merge request
    
    ## What does this MR do?
    Provides a link to auto-assign issues to the author of a merge request, when they are mentioned as being closed by the MR.
    
    ## Are there points in the code the reviewer needs to double check?
    
    
    ## Why was this MR needed?
    To help avoid working on a MR without having assigned related issues to self
    
    ## What are the relevant issue numbers?
    Fixes #18876 
    
    ## Screenshots (if relevant)
    ![ScreenShot-P216](/uploads/1af5e71a0a0ff0a60c5d7b54c0e09d9c/ScreenShot-P216.png)
    
    ## Tasks
    - [x] Refactor or move away from using `BulkUpdateService`
    - [x] ~~Consider alternate link message when only a subset of issues will be assigned~~
    - [x] Minimize repeated calls to expensive `closes_issues` method
    - [x] Move away from using inflector for pluralization and fix flash message
    - [x] Change auth `before_action` and fallback to error flash message
    - [x] Shou...
    d57d892e
To find the state of this project's repository at the time of any of these versions, check out the tags..
CHANGELOG 132 KB