Section 2 Heading Error in JIRA Connector
search cancel

Section 2 Heading Error in JIRA Connector

book

Article ID: 102074

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

When running the JIRA work item connector after upgrading, the rallylog.log shows the following error:
ERROR : RallyEIF::WRK::ConnectorRunner.rescue in block in run - Unable to read/parse the config file 'rally_jira.xml' : Your config file does not reference a valid connection type for the section 2 heading

Environment

JIRA Work Item Connector 4.8.0

Cause

Version 4.8.0 of the JIRA connector changes the <JiraRestConnection> to <JiraConnection>.

Resolution

  1. Open your XML file
  2. Locate the <JiraRestConnection> tag
  3. Change it to <JiraConnection>
  4. Locate the </JiraRestConnection> tag
  5. Change it to </JiraConnection>