Modify

Opened 14 years ago

Closed 13 years ago

#6351 closed defect (wontfix)

TicketImport 0.7c import for Agilo fails

Reported by: igor@… Owned by: Andrea Tomasini
Priority: normal Component: AgiloForTracPlugin
Severity: normal Keywords:
Cc: support@… Trac Release: 0.11

Description (last modified by Michael Renzmann)

Python Traceback

Most recent call last:
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/web/main.py", line 444, in _dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/web/main.py", line 205, in dispatch
  resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/talm_importer/importer.py", line 76, in process_requestFile "build/bdist.linux-i686/egg/talm_importer/importer.py", line 115, in _do_importFile "build/bdist.linux-i686/egg/talm_importer/importer.py", line 342, in _processFile "build/bdist.linux-i686/egg/talm_importer/processors.py", line 101, in end_process_rowFile "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/ticket/model.py", line 296, in save_changes
  listener.ticket_changed(self, comment, author, old_values)
File "/usr/lib/python2.4/site-packages/binary_agilo-1.1.2_PRO-py2.4.egg/agilo/scrum/backlog/burndown.py", line 204, in ticket_changed
  rt = RemainingTime(self.env, ticket)
File "/usr/lib/python2.4/site-packages/binary_agilo-1.1.2_PRO-py2.4.egg/agilo/scrum/backlog/burndown.py", line 52, in __init__
  self.history = self._load(db)
File "/usr/lib/python2.4/site-packages/binary_agilo-1.1.2_PRO-py2.4.egg/agilo/scrum/backlog/burndown.py", line 156, in _load
  sql_query = "SELECT date, remaining_time FROM %s" \


System Information:

User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5

Trac:	0.11.5
Python:	2.4.3 (#1, May 24 2008, 13:47:28) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]
setuptools:	0.6c11
SQLite:	3.3.6
pysqlite:	2.3.3
Genshi:	0.5.1
mod_python:	3.2.8
Pygments:	1.0
Agilo:	1.1.2-PRO
Mercurial:	1.3.1
jQuery:	1.2.6


------------------ CSV file ---------------------
id,summary,sprint,remaining_time
166,performance testing,Release Sprint,40
449,versions ,Release Sprint,24

Attachments (0)

Change History (6)

comment:1 Changed 14 years ago by anonymous

Component: TicketImportPluginAgiloForScrumPlugin
Owner: changed from François Granade to Andrea Tomasini

comment:2 Changed 14 years ago by anonymous

Summary: TicketImport 0.7c import failsTicketImport 0.7c import for Agilo4.2 fails

comment:3 Changed 14 years ago by Michael Renzmann

Description: modified (diff)

comment:4 Changed 14 years ago by Andrea Tomasini

Cc: support@… added; anonymous removed
Status: newassigned

Looks like something strange happens when importing tasks... with Remaining Time property, apparently the burndown has problem adding the time...

comment:5 Changed 14 years ago by anonymous

Summary: TicketImport 0.7c import for Agilo4.2 failsTicketImport 0.7c import for Agilo fails

It's called Agilo ;-)

comment:6 Changed 13 years ago by Andrea Tomasini

Resolution: wontfix
Status: assignedclosed

Agilo has its own tickets import functionality, the reason is that tickets have interlinked properties including dependencies that the normal plugin can't resolve. For example links between tickets: in Agilo you can import a full Backlog with hierarchies.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Andrea Tomasini.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.