Skip to content

Commit

Permalink
fix: jira epic not collect (#7692) (#7693)
Browse files Browse the repository at this point in the history
Co-authored-by: abeizn <[email protected]>
  • Loading branch information
github-actions[bot] and abeizn authored Jul 3, 2024
1 parent ff0b290 commit fd29d2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/plugins/jira/tasks/epic_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ func CollectEpics(taskCtx plugin.SubTaskContext) errors.Error {
logger.Info("got user's timezone: %v", loc.String())
}
jql := "ORDER BY created ASC"
if apiCollector.GetSince() != nil {
jql = "and " + buildJQL(*apiCollector.GetSince(), loc)
}

err = apiCollector.InitCollector(api.ApiCollectorArgs{
ApiClient: data.ApiClient,
Expand Down

0 comments on commit fd29d2c

Please sign in to comment.