Skip to content

Commit

Permalink
fix: jira epic not collect (#7692)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeizn authored and action_bot committed Jul 3, 2024
1 parent ff0b290 commit ae561d7
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 ae561d7

Please sign in to comment.