I've been successfully using the JIRA integration to move issues from JIRA to VersionOne. I recently tried to add a new JIRA filter from a different project (iI changed the configuration file to match), and I received the following error when trying to import the issues:[INFO] 23-07-2012 10:31:52 Creating VersionOne Story for item from JIRA system with identifier WFSAND-5
[ERROR] 23-07-2012 10:31:52 Error during saving workitems: Value required: Story.Description
[ERROR] 23-07-2012 10:31:52 Error trying to create Workitem in VersionOne for [/WFSAND-5] Creation test in JIRA:
[ERROR] 23-07-2012 10:31:52 System.NullReferenceException: Object reference not set to an instance of an object. at VersionOne.ServiceHost.WorkitemServices.WorkitemWriterHostedService.ProcessWorkitem(Object pubobj)
I get this error for all 8 issues in the filter.
Using SoapUI I called the getIssue web service and I can't find any difference in the XML returned for the issue that throws the error versus the issue that imports properly. Does anyone have some insight as to what web services the integration is calling so I can track down why this error is occurring?
Thanks in advance,
--Joel
Ian,I simplified the filter and am pulling up two test cases that have basic information in them. When I restarted the integration I received a new error message:[INFO] 25-07-2012 16:23:28 Creating VersionOne Story for item from JIRA system with identifier WFSAND-7[ERROR] 25-07-2012 16:23:29 Error during saving workitems: Violation'Required'AttributeDefinition'Super'Story: NULL[ERROR] 25-07-2012 16:23:29 Error trying to create Workitem in VersionOne for [/WFSAND-7] Test Story 1 in JIRA:[ERROR] 25-07-2012 16:23:29 System.NullReferenceException: Object reference not set to an instance of an object.at VersionOne.ServiceHost.WorkitemServices.WorkitemWriterHostedService.ProcessWorkitem(Object pubobj)I'm assuming that this is on the VersionOne side where there is a NULL value. Is there any documentation that shows the mappings between JIRA and VersionOne that the integration is expecting to see? Can we see this in the source code that's available on the web site?Thanks,--Joel