#1839 Allow milestone to be set when creating an issue using API
Merged by pingou. Opened by mreynolds.
mreynolds/pagure issue1827  into  master

Download 1839.patch

Add "milestone" as a valid argument, and pass it to the new_issue function.

I think I would prefer it to stay being None

Maybe using: form.milestone.data or None here could help reducing the impact of this change

One comment but it's looking good :)

1 new commit added

  • Set milestone to None when form is empty

Cool, thanks ! :)

Going to rebase and merge

rebased

Pull-Request has been merged by pingou

Metadata