Skip to content

Commit

Permalink
fix: fill field_id of changelog item of Jira in tool layer (#7911) (#…
Browse files Browse the repository at this point in the history
…7912) (#7919)

* fix: fill field_id of changelog item of Jira in tool layer (#7911)

* fix: e2e test data (#7911)
  • Loading branch information
usharerose authored Aug 19, 2024
1 parent 3f84bae commit 381b400
Show file tree
Hide file tree
Showing 6 changed files with 1,688 additions and 1,687 deletions.
828 changes: 414 additions & 414 deletions backend/helpers/e2ehelper/testdata/issue_changelogs.csv

Large diffs are not rendered by default.

830 changes: 415 additions & 415 deletions backend/plugins/issue_trace/e2e/raw_tables/issue_changelogs.csv

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

828 changes: 414 additions & 414 deletions backend/plugins/jira/e2e/snapshot_tables/issue_changelogs.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions backend/plugins/jira/tasks/apiv2models/changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (c ChangelogItem) ToToolLayer(connectionId, changelogId uint64) *models.Jir
ChangelogId: changelogId,
Field: c.Field,
FieldType: c.Fieldtype,
FieldId: c.FieldId,
FromValue: c.FromValue,
FromString: c.FromString,
ToValue: c.ToValue,
Expand Down

0 comments on commit 381b400

Please sign in to comment.