This is an automated email from the ASF dual-hosted git repository.
klesh 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 e8330bb39 fix: default value error in jira transformation (#6925)
e8330bb39 is described below
commit e8330bb39e95e53a3c0440839ccf29f3f0e83292
Author: 青湛 <[email protected]>
AuthorDate: Tue Feb 6 19:58:34 2024 +1300
fix: default value error in jira transformation (#6925)
---
config-ui/src/plugins/register/jira/config.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-ui/src/plugins/register/jira/config.tsx
b/config-ui/src/plugins/register/jira/config.tsx
index 8eb9b831c..488972068 100644
--- a/config-ui/src/plugins/register/jira/config.tsx
+++ b/config-ui/src/plugins/register/jira/config.tsx
@@ -63,7 +63,7 @@ export const JiraConfig: IPluginConfig = {
storyPointField: '',
typeMappings: {},
remotelinkCommitShaPattern: '',
- remotelinkRepoPattern: [''],
+ remotelinkRepoPattern: [],
},
},
};