This is an automated email from the ASF dual-hosted git repository.
likyh 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 ef3144f71 fix(config-ui): jira transformation field error (#4641)
ef3144f71 is described below
commit ef3144f71823db41aaffb95198db25bc990df560
Author: 青湛 <[email protected]>
AuthorDate: Fri Mar 10 20:33:27 2023 +0800
fix(config-ui): jira transformation field error (#4641)
---
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 fff6dee17..b1b2a0bf1 100644
--- a/config-ui/src/plugins/register/jira/config.tsx
+++ b/config-ui/src/plugins/register/jira/config.tsx
@@ -87,6 +87,6 @@ export const JiraConfig: PluginConfigType = {
transformation: {
storyPointField: '',
typeMappings: {},
- remotelinkCommitShaPattern: /commit\/([0-9a-f]{40})$/,
+ remotelinkCommitShaPattern: '/commit/([0-9a-f]{40})$/',
},
};