﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
5464	[patch] Implement AccountManagerPlugin Jira authentication support	enhancement	0.11	Thijs Triemstra	assigned	2009-07-03T03:22:20+02:00	2012-12-01T16:55:52+01:00	The AccountManagerPlugin needs to support base64 encoded sha-512 passwords from Jira, so users can authenticate with their existing credentials. Currently this is hacked into the AccountManagerPlugin using a patch but this should be properly implemented.	Thijs Triemstra
5441	convert workflow	enhancement	0.11	Thijs Triemstra	new	2009-06-27T12:19:25+02:00	2009-06-27T12:19:25+02:00	a really great plugin, thanks! it would be even greater if workflows as well could be converted.	anonymous
5463	Ability to import into a new local Trac db	enhancement	0.11	Thijs Triemstra	assigned	2009-07-03T03:18:28+02:00	2009-07-23T01:25:28+02:00	Would be nice if the commandline tool's had a {{{--new}}} option that allows you to create a new Trac instance from scratch, based on the settings in a .cfg file, and import the Jira into.	Thijs Triemstra
5474	Ability to import votes and cc's	defect	0.11	Thijs Triemstra	new	2009-07-06T06:31:12+02:00	2009-07-06T06:31:12+02:00	"Data looks like this:

{{{
#!xml
<UserAssociation sourceName=""dima1981"" sinkNodeId=""10024"" sinkNodeEntity=""Issue"" associationType=""VoteIssue""/>
<UserAssociation sourceName=""dima1981"" sinkNodeId=""10024"" sinkNodeEntity=""Issue"" associationType=""WatchIssue""/>
}}}"	Thijs Triemstra
7007	Importing tickets fails	defect	0.11	Thijs Triemstra	new	2010-04-20T15:32:16+02:00	2013-07-11T21:54:56+02:00	"Hi 

I""m trying to import from a Jira(3.2.2) into Trac. It is able to import a few components, priorities but completely fails on the tickets.
The readme states that I should use patched version of the xmlrpc plugin. I wasn't able to apply the patch on the current trunk of xmlrpc or the 0.10 tag. In the patch it looks like it is supposed to be applied on the 5830 rev but before I look further into this I'd just like to check if I'm on the right track. I might just be missing something else of course.

I've attached some logging output to this ticket. It's the non verbose version. 

Paul
"	paul@…
10359	Rename to JiraImportScript	task	0.12	Thijs Triemstra	new	2012-09-22T00:39:21+02:00	2012-09-22T00:39:21+02:00	"To make the functionality of the script more obvious, I suggest renaming the project to !JiraImportScript or !JiraToTracImportScript. ""Integration""s are usually reserved for real-time integration between systems."	Ryan J Ollos
10356	AttributeError: 'JiraDecoder' object has no attribute 'category'.	defect	0.11		new	2012-09-21T16:56:24+02:00	2020-05-06T02:05:20+02:00	"Hello thijs,

trying to use JiraToTracIntegration we unfortunately get an error:
`AttributeError: 'JiraDecoder' object has no attribute 'category'`.

We tried the tags and the trunk version.

Do you have any suggestions?

thank you.

Regards

Michael @ support@gbtec.de

Detailed information:
-----------
{{{
d:\1\jiratotracintegration\0.11\trunk\bin>d:\opt\python\3.1\python jira2trac
INFO - 2012-09-21 16:20:35,927 - Loading Jira backup file: d:\test\test.xml (0.44 MB)
INFO - 2012-09-21 16:20:35,927 - Processing data...
DEBUG - 2012-09-21 16:20:35,927 - Start element: rss {'version': '0.92'}
DEBUG - 2012-09-21 16:20:35,944 - Character data: '\n'
DEBUG - 2012-09-21 16:20:35,944 - Character data: '    '
DEBUG - 2012-09-21 16:20:35,944 - Start element: channel {}
DEBUG - 2012-09-21 16:20:35,944 - Character data: '\n'
DEBUG - 2012-09-21 16:20:35,944 - Character data: '        '
DEBUG - 2012-09-21 16:20:35,944 - Start element: title {}
DEBUG - 2012-09-21 16:20:35,944 - Character data: 'Systems -- JIRA'
DEBUG - 2012-09-21 16:20:35,944 - Self: <jira2trac.JiraDecoder object at 0x029F15B0>
DEBUG - 2012-09-21 16:20:35,944 - End element: title
Traceback (most recent call last):
  File ""jira2trac"", line 15, in <module>
    run()
  File ""d:\1\jiratotracintegration\0.11\trunk\jira2trac\scripts\__init__.py"", line 65, in run
    startup(options)
  File ""d:\1\jiratotracintegration\0.11\trunk\jira2trac\scripts\__init__.py"", line 84, in startup
    jira.parse_backup_file()
  File ""d:\1\jiratotracintegration\0.11\trunk\jira2trac\__init__.py"", line 78, in parse_backup_file
    p.Parse(file, 1)
  File ""d:\1\jiratotracintegration\0.11\trunk\jira2trac\__init__.py"", line 136, in _end_element
    index = len(self.data[self.category]) - 1
AttributeError: 'JiraDecoder' object has no attribute 'category'
}}}
--------------"	support@…
