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

[incubator-devlake] branch release-v0.15 updated: fix: add tasks.ConvertIssueLabelsMeta to SubTaskMetas (#4503) (#4505)

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

zhangliang2022 pushed a commit to branch release-v0.15
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v0.15 by this push:
     new 443277715 fix: add tasks.ConvertIssueLabelsMeta to SubTaskMetas (#4503) (#4505)
443277715 is described below

commit 4432777157580d26dc8f37b69f7f5e91b39afe92
Author: mindlesscloud <li...@merico.dev>
AuthorDate: Thu Feb 23 15:00:46 2023 +0800

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

diff --git a/plugins/jira/impl/impl.go b/plugins/jira/impl/impl.go
index 6b56ee326..16eee5dad 100644
--- a/plugins/jira/impl/impl.go
+++ b/plugins/jira/impl/impl.go
@@ -105,6 +105,8 @@ func (plugin Jira) SubTaskMetas() []core.SubTaskMeta {
 		tasks.CollectIssuesMeta,
 		tasks.ExtractIssuesMeta,
 
+		tasks.ConvertIssueLabelsMeta,
+
 		tasks.CollectIssueChangelogsMeta,
 		tasks.ExtractIssueChangelogsMeta,