Active
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
Issues
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2007 at 18:28 UTC
Updated:
5 Mar 2014 at 14:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joe-b commented+1 for this feature, definitely.
An interim for me has been to create a CCK type for milestones that can then be connected with issues by a node-relation. That doesn't give all the functionality by any shakes, but it does at least mean that particular issues can be connected to a milestone.
Comment #2
cliff_locus commentedbump. +1 for this feature.
I see a lot of potential for using this module in project management…
But milestone management is definitely needed if this is to compare with Trac or other robust tracking tools.
Here's my two cents on how milestone tracking should work:
See the attached image of how a milestone solution might look.
@joe-b: I tried your suggestion (CCK type for milestones) but things get ugly when there are multiple projects. Basically there isn't an elegant way to filter the display of milestones on a per-project basis…due to the inability to pass dynamic arguments when pulling a view into a node-reference field.
Comment #3
cliff_locus commentedComment #4
dwwOn a project management site I'm building with project_issue, I just turned on project_release and created "releases" for various milestones. It's not ideal, but it definitely gets the job done for now. It'd be more complicated on a site that has both releases and milestones, but even then, it seems like using nodes to represent the milestones is still the right approach. Perhaps it'll all get cleaned up and beautifully generalized when we port all of this to D7 field API in the 7.x-2.* series and remove all the hard-coded custom content types...
Meanwhile, I encourage people to at least consider using project_release for this. You can pretty easily hide/alter all the stuff on the project nodes themselves about "releases" as such. See hook_project_page_link_alter() ...
Comment #5
boombatower commentedsub from #1300972: Implement initiative content type
Comment #6
mitchell commented*bump*
Comment #7
dwwYup, definitely planning to address this in 7.x, but not as part of the initial 7.x-2.0 release. We've got our hands full just getting the existing functionality ported to the core field API and killing all the custom content types. But hopefully it'll be quite easy to add this on once the underlying plumbing is in better shape. So, this might be a 7.x-2.1 sort of thing, not a whole new 7.x-3.x branch.
Comment #8
mgiffordChecking in as we're at 7.x-2.0-unstable1 and this might be the time to address this in 7.x-2.x-dev
coming from https://drupal.org/node/1080550