This is an automated email from the ASF dual-hosted git repository.
likyh pushed a commit to branch release-v0.16
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/release-v0.16 by this push:
new 468e510ee fix(config-ui): jira transformation field error (#4641)
(#4643)
468e510ee is described below
commit 468e510ee8ee7cbf8589ac74e4952c25b8511c4b
Author: 青湛 <[email protected]>
AuthorDate: Fri Mar 10 20:39:31 2023 +0800
fix(config-ui): jira transformation field error (#4641) (#4643)
---
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})$/',
},
};