-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][Jira] Data too long for column 'component' error while collecting/processing data #8208
Comments
Hey @aviwarner! I'm here to help you with any bugs, questions, or contributions you have for the project. Let's tackle this issue together! The "Data too long for column 'component'" error in the Here's how you can modify the migration script to change the type jiraIssue20240103 struct {
Components string `gorm:"type:text"`
} After making this change, you should run the migration again to update the database schema. This will allow the |
@dosu thanks bot :D it does look like it's already the |
If the
If none of these steps resolve the issue, consider providing more details or specific examples of the data causing the error for further assistance. |
I've deleted everything and started the project fresh. Since I just got everything setup this isn't too much of an issue and it is working for now. If I hit the problem again I'll resurface. Once things are setup more, this process might be more onerous but for now I think I'm OK. |
Re-opening. The issue has re-emerged when trying to collect 6mo of data (rather than I think 1mo). Is there a good way to identify the specific Jira issues that might cause the error? |
What was the name of the failing subtask? |
Search before asking
What happened
Data too long for column 'component' error while collecting/processing data. I have seen some similar issues, but in this case, the data type doesn't seem to be a
I checked the db and in the
_tool_jira_issues
table found acomponents
field where the data type istext
(doesn't appear to be a character limited field). Not exactly sure how I might track down the offending jira issue for further troubleshooting.Interestingly, my first collection ran fine. Only subsequent ones have had this error.
Attempted to upgrade to latest version, also deleted and recreated the project and connection without change.
What do you expect to happen
For the collection to run appropriately without error.
How to reproduce
Create a Jira connection with, I assume, very long component names associated with some issues.
Anything else
No response
Version
v1.0.2-beta5
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: