Skip to content

WIP: Generate system note when an issue/MR ToDo item is checked off.

Rubén Dávila requested to merge rdavila/gitlab-ce:issue_2296 into master

REF: #2296 (closed)

Pending tasks:

  • Fix the TaskList::Filter::ItemPattern regex, it isn't capturing the checkbox's text.
  • Make the comparison between old tasks and new tasks more solid.
  • Move implementation between old and new task statuses to a custom class.
  • Write specs.

Merge request reports