cck views project
View Not Displaying Fields
I created a page that has a form using CCK. It contains:
1. Title
2. start-end date
3. drop-down menu
4. check box (allow one)
5. radial
6. body
Then I have a view setup. The Page should show all of the gathered information above But the numbers 3,4 and 5 above will not display.
If I use ROW STYLE = NODE (Instead of fields) the display looks desirable as far as style / formatting but does not allow me to choose / add the additional custom fields.
Question 1:
Anyone know how I can get these custom fields to display?
Question 2:
A complete solution for task/project/issue/case/ticket management with Drupal
I've been evaluating solutions for Project management (for the duration of this post, that includes what i describe as project, issue, ticketing, case tracking, and pretty much anything that falls in that category) solutions with Drupal, over a year actually. I keep being enticed by the features of each individual solution, and new promises that are announced for each module(s) and trying them out and coming to the same conclusion with each of them. And yes, all of them seem to have the same problems that I'm hitting repeatedly.
CCK-based project management
I've been quite successful in implementing a project management site to track issues and time spent using TTW dev tools, namely CCK, Views and Workflow.
Some key pieces of the recipe:
There are three content types: Project, Ticket, and Work Log Entry.
- Projects have a multiselect "Team Members" user reference field.
- Tickets are associated with a project via a node ref field.
- Work Log Entries are associated with a project and optionally one or more tickets via node refs.
Workflow is used to send email notifications on state change. The states are "Open", "In Progress", "Closed", "Deferred". The only missing feature here is a log field for recording the reason for each state change, to be used in the email notifications and elsewhere. See http://drupal.org/node/57905 for a patch which is beginning to address this need.



