New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-10494
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Dylan Etkin [Atlassian]
Reporter: Andreas Baumann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Bugzilla import looses descriptions of components

Created: 27/Jun/06 09:25 AM   Updated: 13/Aug/06 11:10 PM
Component/s: Import / Export
Affects Version/s: 3.6.2
Fix Version/s: 3.6.4

Time Tracking:
Not Specified

Environment: Application Server Tomcat 5.5.17, Linux, PostgreSQL 8.1.3

Participants: Andreas Baumann, Brian Nguyen and Dylan Etkin [Atlassian]
Since last comment: 2 years, 2 weeks, 1 day ago
Resolution Date: 13/Aug/06 11:10 PM
Labels:


 Description  « Hide
method 'createComponent':

GenericValue componentGV = projectComponentManager.createComponent(componentName, project, null, null);

must be:

GenericValue componentGV = projectComponentManager.createComponent(componentName, project, null, description);



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brian Nguyen added a comment - 29/Jun/06 07:05 PM
Hi Andreas,

Thanks for this, we'll see if we can fix this for the next release.

Thanks,
Brian


Dylan Etkin [Atlassian] added a comment - 13/Aug/06 11:10 PM
This has been fixed up. There is now a func test framework for testing these kinds of bugs.