Skip to content

Add task lists to issues and merge requests

Matthias Käppler requested to merge github/fork/mr-vinn/task-lists into master

Created by: mr-vinn

Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a list item and turn it into a checkbox input. Users who can modify the issue or MR can toggle the checkboxes directly or edit the Markdown to manage the tasks. Task status is also displayed in the MR and issue lists.

This is an accepted suggestion from feedback.gitlab.com

TODO

  • Write Rspec tests
  • Write Spinach tests
  • Update documentation
  • Move functionality to a pipeline filter like #7853

Merge request reports