You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2023/01/10 04:15:59 UTC

[GitHub] [incubator-devlake] warren830 opened a new pull request, #4171: Fix(4120): tapd type mapping

warren830 opened a new pull request, #4171:
URL: https://github.com/apache/incubator-devlake/pull/4171

   ### Summary
   According to #4120, we need to also transform bug and task to standard type
   
   ### Does this close any open issues?
   Closes #4120 
   
   ### Screenshots
   	taskData := &tasks.TapdTaskData{
   		Options: &tasks.TapdOptions{
   			ConnectionId: 1,
   			CompanyId:    99,
   			WorkspaceId:  991,
   			TransformationRules: tasks.TransformationRules{
   				TypeMappings: map[string]tasks.TypeMapping{
   					"BUG":  {StandardType: "缺陷"},
   					"TASK": {StandardType: "任务"},
   				},
   			},
   		},
   	}
   
   ![image](https://user-images.githubusercontent.com/39366025/211460592-526ceda3-b996-46c0-9d5d-932fd4952081.png)
   
   ![image](https://user-images.githubusercontent.com/39366025/211460676-86a1ce2a-85db-48d3-8d87-48c4eaea4689.png)
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] likyh merged pull request #4171: Fix(4120): tapd type mapping

Posted by GitBox <gi...@apache.org>.
likyh merged PR #4171:
URL: https://github.com/apache/incubator-devlake/pull/4171


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org