This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch fix-6923 in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 7bd457af2d957adb9b3124c223aa2e07c5cd0b82 Author: mintsweet <[email protected]> AuthorDate: Tue Feb 6 19:50:50 2024 +1300 fix: default value error in jira transformation --- 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: [], }, }, };
