Project

General

Profile

Overview about project status in written form

Added by Marcel Fuhrmann about 10 years ago

Hello,

some bosses in our company prefer for their meetings a simple/short list to get an overview of all project status / due dates etc. in written / printable form.
How can I solve this requirement?

Environment:
  Redmine version                          2.1.2.stable
  Ruby version                             1.8.7 (amd64-freebsd9)
  Rails version                            3.2.8
  Environment                              production
  Database adapter                         MySQL
Redmine plugins:
  redmine_didyoumean                       1.2.0
  redmine_ics_export                       2.0.0.dev
  redmine_inline_attach_screenshot         0.4.2
  redmine_lightbox                         0.0.1

Thanks for feedback.


Replies (3)

RE: Overview about project status in written form - Added by Jan Niggemann (redmine.org team member) about 10 years ago

overview of all project status / due dates etc. in written / printable form

The term "project status" can mean a lot of things to a lot of people. First of all, our main project overview page does not have a "status" field. Perhaps you mean project deliverables, which can be tickets and those may have a due date.

We can only guess what exactly you try to do, but you can always export the issue list to CSV and change it to the linking of your managers...

RE: Overview about project status in written form - Added by Marcel Fuhrmann about 10 years ago

You are right. My definiton sucks... Sorry about that.

I guess a modified roadmap should bring the solution. I need 4 things:
  • tickets due dates
  • tickets should be listed in logical sequence (ticket 2 follows ticket 1 etc)
  • a global roadmap-overview about all projects (or chosen projects)
  • the option to print a roadmap (or create pdf)

RE: Overview about project status in written form - Added by Jan Niggemann (redmine.org team member) about 10 years ago

No problem :-)

I'm not aware of such functionality, so you have a couple of options now:
  • develop a plugin or this functionality
  • use a 3rd-party tool to query the database and obtain data directly from there
  • display all issues from all projects, filter according to your needs, export to CSV and continue from there
    (1-3/3)