Add a boolean column for tracking MR draft status
This is a step towards completing Remove support for WIP prefix in merge requests
By adding this column, we will be able to eventually remove regex parsing of MR titles to determine draft status.
Additionally, check wip/draft status reporting methods to use EITHER regex or the value of this field.
Edited by Kerri Miller