-
Bug
-
Resolution: Fixed
-
Highest
-
10.125.3
-
1
-
Severity 2 - Major
-
No
Issue Summary
The ETL job fails for Sprint with a shortName of 37 chars even though the shortName is a nvarchar(50) on view [Sprints] in Enterprise Insights version 10.125.
This is reproducible on Data Center: Yes
Steps to Reproduce
- Create an anchor on the PI, update the short of the anchor to have the maximum char
- Set the Team Sprint Prefix (on the team slide out) to the maximum of 24 chars
- Have a sprint on jira that matches the anchor
- Wait for the conector to create the sprint
- Notice that the EI ETL job fails with the below error-
Expected Results
EI ETL job should not fail having Sprint Short Name less than 50 chars for EI version 10.125
Actual Results
The ETL job fails with a Sprint with a shortName of 37 chars even though the shortName is a nvarchar(50) on view [Sprints] in Enterprise Insights version 10.125.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available