You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2023/02/23 06:45:14 UTC

[incubator-devlake] branch main updated: fix: add tasks.ConvertIssueLabelsMeta to SubTaskMetas (#4503)

This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ad0e4608 fix: add tasks.ConvertIssueLabelsMeta to SubTaskMetas (#4503)
1ad0e4608 is described below

commit 1ad0e460876441e317890113706d4e18f06d32e2
Author: mindlesscloud <li...@merico.dev>
AuthorDate: Thu Feb 23 14:45:10 2023 +0800

    fix: add tasks.ConvertIssueLabelsMeta to SubTaskMetas (#4503)
---
 backend/plugins/jira/impl/impl.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/backend/plugins/jira/impl/impl.go b/backend/plugins/jira/impl/impl.go
index 4431364e5..fb9a6ea85 100644
--- a/backend/plugins/jira/impl/impl.go
+++ b/backend/plugins/jira/impl/impl.go
@@ -108,6 +108,8 @@ func (p Jira) SubTaskMetas() []plugin.SubTaskMeta {
 		tasks.CollectIssuesMeta,
 		tasks.ExtractIssuesMeta,
 
+		tasks.ConvertIssueLabelsMeta,
+
 		tasks.CollectIssueChangelogsMeta,
 		tasks.ExtractIssueChangelogsMeta,