Live data from Hacker News

GitHub: Reorder issues in a milestone

github.com

31–33 of 33 posts

Re: GitHub: Reorder issues in a milestone

#31

The main issue I had with milestones is that you could not rename them. Have they fixed that one too?

Yes you can rename milestones.

Cheers. Unfortunately it seems that the milestone name and link where they are assigned in the issue still doesn't. So you get "[user] added this to the [old_milestone_name] milestone on [date]" and then clicking it returns no issues.

Re: GitHub: Reorder issues in a milestone

#32
post #11

Unrelated feature request (because I bet people from GitHub are reading this thread): I'd love to be able to create gists under an organization account rather than attached to my personal profile (and hence only visible to members of that organization).

Thanks for the request! A few of our customers have asked for the same thing, so it's in our list of feedback items and being tracked.

Re: GitHub: Reorder issues in a milestone

#33

Earlier quoted context omitted.

Although I'm not OP, I use Phabricator ( https://www.phacility.com/phabricator/ ) at work and I absolutely love it. It's much better than Github for our use case, as it has subtasks, task merging, priorities, Kanban workboards etc. Tasks can block another task (for instance, the "Implement OAuth2" task can block the "Build a private API" task). You can flag objects for later and set specific privacy rules for every t…

GitHub does sort of have subtasks. If you use checkboxes like so: - [x] The root url displays a page - [ ] Users can sign up, sign in, register GitHub will display the progress on the issue (when you're looking at the list of issues) as 1 of 2.

Can you have several levels?
Post reply on HN