Open
Bug 223071
Opened 21 years ago
Updated 18 years ago
CSV/MSProject Importing of Bugs and GANTT Chart
Categories
(Bugzilla :: Bug Import/Export & Moving, enhancement, P4)
Tracking
()
NEW
People
(Reporter: ludovic, Unassigned)
Details
Attachments
(3 files)
86.33 KB,
patch
|
Details | Diff | Splinter Review | |
79.01 KB,
text/plain
|
Details | |
136.67 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
This patch implements importing of bugs using CSV. In addition it allows to
transform MSProject dependencies into Bugzilla dependencies.
This patch is dependent on the custom fields patch to receive the TrackingBug
and time management fields (task duration and date end)..
This patch also implements a different dependency tree similar to MSProject and
a GANTT chart.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•21 years ago
|
||
Here is the code. The patch is dependent on Date::Manip and a modified version
of DBD::Chart
Reporter | ||
Comment 2•21 years ago
|
||
Modified version of DBD::Chart Chart.pm.. Sorry it is not a unified diff but
the full file.
Reporter | ||
Comment 3•21 years ago
|
||
Modified version of DBD::Chart Plot.pm.. Sorry it is not a unified diff but the
full file.
Comment 4•21 years ago
|
||
Why isn't the component "Bug Import/Export" instead of "EMail Notifications"?
Reporter | ||
Updated•21 years ago
|
Component: Email Notifications → Bug Import/Export & Moving
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Target Milestone: --- → Bugzilla 2.20
Comment 5•20 years ago
|
||
Bugzilla 2.20 feature set is now frozen as of 15 Sept 2004. Anything flagged
enhancement that hasn't already landed is being pushed out. If this bug is
otherwise ready to land, we'll handle it on a case-by-case basis, please set the
blocking2.20 flag to '?' if you think it qualifies.
Target Milestone: Bugzilla 2.20 → Bugzilla 2.22
Comment 6•20 years ago
|
||
Ludovic, could you update the bug with your status with the patches? And do they
need updating and review? (also, noting target=BZ 2.22)
Comment 7•20 years ago
|
||
See also bug 235059.
![]() |
||
Updated•19 years ago
|
Assignee: preed → import-export
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Bugzilla 2.22 → ---
Comment 8•19 years ago
|
||
See also bug 326779.
You need to log in
before you can comment on or make changes to this bug.
Description
•