This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch kw-7852-components-field-length in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit f10bd6a5ef7a7e1845b3b8d9acc732a0ca21492b Author: Klesh Wong <[email protected]> AuthorDate: Tue Aug 13 15:42:09 2024 +0800 doc: fix jira issues component tag --- backend/plugins/jira/models/issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/plugins/jira/models/issue.go b/backend/plugins/jira/models/issue.go index 0b6294490..12db2b00b 100644 --- a/backend/plugins/jira/models/issue.go +++ b/backend/plugins/jira/models/issue.go @@ -62,7 +62,7 @@ type JiraIssue struct { LeadTimeMinutes *uint StdType string `gorm:"type:varchar(255)"` StdStatus string `gorm:"type:varchar(255)"` - Components string `gorm:"type:varchar(255)"` + Components string `gorm:"type:text"` Subtask bool ChangelogTotal int WorklogTotal int
