Search before asking
What happened
I am getting error when collecting data from Jira:
Error running pipeline 77. Wraps: (2) Error running task 734. | Wraps: (2) subtask extractIssues ended unexpectedly | Wraps: (3) error adding result to batch (500) | Wraps: (4) Error 1406 (22001): Data too long for column 'field' at row 201 (500) | Wraps: (5) Error 1406 (22001): Data too long for column 'field' at row 201 | Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *hintdetail.withDetail (4) *hintdetail.withDetail (5) *mysql.MySQLError Error types: (1) *hintdetail.withDetail (2) *errors.errorString
What do you expect to happen
The data collection must not fail. The length of the string can be trimmed if possible or increase the length of the column.
How to reproduce
Since I don't know what in jira data maps to 'filed' column, it's not possible to say how it can be reproduced. However it happens for a few projects.
Anything else
No response
Version
v1.0.2
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
I am getting error when collecting data from Jira:
Error running pipeline 77. Wraps: (2) Error running task 734. | Wraps: (2) subtask extractIssues ended unexpectedly | Wraps: (3) error adding result to batch (500) | Wraps: (4) Error 1406 (22001): Data too long for column 'field' at row 201 (500) | Wraps: (5) Error 1406 (22001): Data too long for column 'field' at row 201 | Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *hintdetail.withDetail (4) *hintdetail.withDetail (5) *mysql.MySQLError Error types: (1) *hintdetail.withDetail (2) *errors.errorStringWhat do you expect to happen
The data collection must not fail. The length of the string can be trimmed if possible or increase the length of the column.
How to reproduce
Since I don't know what in jira data maps to 'filed' column, it's not possible to say how it can be reproduced. However it happens for a few projects.
Anything else
No response
Version
v1.0.2
Are you willing to submit PR?
Code of Conduct