Skip to content

Resolve "Saved configuration for issue board"

Simon Knox requested to merge 2518-saved-configuration-for-issue-board into master

What does this MR do?

Saved config for issue boards - #2518 (closed)

Add an 'Edit board' button to EE Issue Boards to filter by Milestone, Assignee, Labels or Weight

Todo

Frontend

Backend

  • update assignee, labels and weight when adding an issue to a board (if they're present on the board)
  • update assignee, labels and weight when creating an issue within a list
  • when “Removing from board” (one issue), clean Assignee, Labels and Weight (if they're present on the board)
  • Check feature_available?(:scoped_issue_board) checks only filtering-out milestone_id param
  • Check if users and labels being returned on board config work accordingly for group boards
  • Remove author from board (will not go for this release)
  • Address comments

Extras

Are there points in the code the reviewer needs to double check?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #2518 (closed), #3792 (closed), #2093 (closed) and #2924 (closed)

Edited by Oswaldo Ferreira

Merge request reports