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

abeizn pushed a commit to branch fix-story-point
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/fix-story-point by this push:
     new cad7c8862 fix: jira story point value is zero
cad7c8862 is described below

commit cad7c88624544d020000c04476dc9562a34b8d6e
Author: abeizn <[email protected]>
AuthorDate: Wed Jan 17 09:38:19 2024 +0800

    fix: jira story point value is zero
---
 config-ui/src/plugins/register/jira/transformation.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/plugins/register/jira/transformation.tsx 
b/config-ui/src/plugins/register/jira/transformation.tsx
index 405f9829b..b36e9ccde 100644
--- a/config-ui/src/plugins/register/jira/transformation.tsx
+++ b/config-ui/src/plugins/register/jira/transformation.tsx
@@ -251,7 +251,7 @@ const renderCollapseItems = ({
           >
             <Select
               showSearch
-              options={fields.map((it) => ({ label: it.name, value: it.name 
}))}
+              options={fields.map((it) => ({ label: it.name, value: it.id }))}
               value={transformation.storyPointField}
               onChange={(value) =>
                 onChangeTransformation({

Reply via email to