#2472 Add milestone creation on "issues" page.
Closed: Fixed Opened by davidcarlos.

Currently, it is not intuitive to go to the project settings, to create a new milestone. Would be nice have a button some where in "issues" page, to accomplish this.


Metadata Update from @pingou:
- Issue tagged with: RFE

Metadata Update from @pingou:
- Issue assigned to pingou

So there are two options for this:
- Add a modal allowing to directly add the milestones on the issues page but then the redirect to the settings page is annoying (though I guess I could hack around it) or
- Add a link to the right section of the settings page

Which one do you prefer?

https://pagure.io/pagure/pull-request/2746 implements the former (with the hack)

Commit f9f2d553 fixes this issue

Metadata