You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/06/22 01:52:25 UTC

[incubator-devlake] branch main updated: test(tapd): add e2e for bug custom field

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

abeizn 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 0fdb9d99 test(tapd): add e2e for bug custom field
0fdb9d99 is described below

commit 0fdb9d99362dbdf2512f8eb8d43bf922e1e57cd4
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Tue Jun 21 23:21:57 2022 +0800

    test(tapd): add e2e for bug custom field
---
 plugins/tapd/e2e/bug_custom_field_test.go          | 69 ++++++++++++++++++++++
 .../raw_tables/_raw_tapd_api_bug_custom_fields.csv | 23 ++++++++
 .../_tool_tapd_bug_custom_fields.csv               | 23 ++++++++
 3 files changed, 115 insertions(+)

diff --git a/plugins/tapd/e2e/bug_custom_field_test.go b/plugins/tapd/e2e/bug_custom_field_test.go
new file mode 100644
index 00000000..65a7d40b
--- /dev/null
+++ b/plugins/tapd/e2e/bug_custom_field_test.go
@@ -0,0 +1,69 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+package e2e
+
+import (
+	"fmt"
+	"testing"
+
+	"github.com/apache/incubator-devlake/helpers/e2ehelper"
+	"github.com/apache/incubator-devlake/plugins/tapd/impl"
+	"github.com/apache/incubator-devlake/plugins/tapd/models"
+	"github.com/apache/incubator-devlake/plugins/tapd/tasks"
+)
+
+func TestTapdBugCustomFieldDataFlow(t *testing.T) {
+
+	var tapd impl.Tapd
+	dataflowTester := e2ehelper.NewDataFlowTester(t, "tapd", tapd)
+
+	taskData := &tasks.TapdTaskData{
+		Options: &tasks.TapdOptions{
+			ConnectionId: 1,
+			CompanyId:    99,
+			WorkspaceId:  991,
+		},
+	}
+	// import raw data table
+	dataflowTester.ImportCsvIntoRawTable("./raw_tables/_raw_tapd_api_bug_custom_fields.csv",
+		"_raw_tapd_api_bug_custom_fields")
+
+	// verify extraction
+	dataflowTester.FlushTabler(&models.TapdBugCustomFields{})
+	dataflowTester.Subtask(tasks.ExtractBugCustomFieldsMeta, taskData)
+	dataflowTester.VerifyTable(
+		models.TapdBugCustomFields{},
+		fmt.Sprintf("./snapshot_tables/%s.csv", models.TapdBugCustomFields{}.TableName()),
+		[]string{"connection_id", "id"},
+		[]string{
+			"workspace_id",
+			"entry_type",
+			"custom_field",
+			"type",
+			"name",
+			"options",
+			"enabled",
+			"sort",
+			"_raw_data_params",
+			"_raw_data_table",
+			"_raw_data_id",
+			"_raw_data_remark",
+		},
+	)
+
+}
diff --git a/plugins/tapd/e2e/raw_tables/_raw_tapd_api_bug_custom_fields.csv b/plugins/tapd/e2e/raw_tables/_raw_tapd_api_bug_custom_fields.csv
new file mode 100644
index 00000000..0aea0c37
--- /dev/null
+++ b/plugins/tapd/e2e/raw_tables/_raw_tapd_api_bug_custom_fields.csv
@@ -0,0 +1,23 @@
+id,params,data,url,input,created_at
+23,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001066"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_one"",""type"":""integer"",""name"":""test9700test6c42test8bc4test5ba1test6b21test6570"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+24,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001067"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_two"",""type"":""integer"",""name"":""test9700test6c42test53d8test66f4test6b21test6570"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+25,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001068"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_three"",""type"":""datetime"",""name"":""test5f00test53d1test5f00test59cbtest65f6test95f4"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+26,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001069"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_four"",""type"":""datetime"",""name"":""test5b9etest9645test63d0test6d4btest65f6test95f4"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+27,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001070"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_five"",""type"":""datetime"",""name"":""test6d4btest8bd5test5b8ctest6210test65f6test95f4"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+28,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001071"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_six"",""type"":""integer"",""name"":""test7248test672ctest6253test56detest6b21test6570"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+29,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001072"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_seven"",""type"":""integer"",""name"":""test4e0atest7ebftest5931test8d25test6b21test6570"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+30,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001073"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_eight"",""type"":""user_chooser"",""name"":""test4ea7test54c1test7ecftest7406"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":""""}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+31,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001074"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_9"",""type"":""dateinput"",""name"":""test9884test8ba1test63d0test6d4btest65e5test671f"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+32,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001117"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_10"",""type"":""select"",""name"":""test76eetest6807test7c7btest578b"",""options"":""{\""1\"":\""\test65e0\"",\""2\"":\""\test65e5\test6d3b\test6570\"",\""3\"":\""\test65b0\test5ba2\test91cf\"",\""4\"":\""1\test65e5\test7559\test5b58\test7387\"",\""5\"":\""7\test65e5\test7559\test5b58\test7387\"", [...]
+33,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001202"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_12"",""type"":""textarea"",""name"":""test8bc4test5ba1test6b21test6570test8bf4test660e"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+34,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001203"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_13"",""type"":""textarea"",""name"":""test9700test6c42test53d8test66f4test8bf4test660e"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+35,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001204"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_15"",""type"":""integer"",""name"":""test76eetest6807test5b8ctest6210test5929test6570"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":""test4e0atest7ebftest591atest4e45test540etest8fbetest5230test76eetest6807test6570test503ctestff0ctest5355test4f4dtest4e3atest5929 [...]
+36,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001205"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_16"",""type"":""float"",""name"":""test76eetest6807test6570test503c"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":""test5982test679ctest6ca1test6709test76f4test63a5test586btest51990""}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,20 [...]
+37,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001206"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_17"",""type"":""float"",""name"":""test6570test636etest6307test6807test671ftest521dtest503c"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":""test6570test636etest6307test6807test671ftest521dtest503ctestff0ctest5f53test524dtest503ctestff0ctest5982test679ctest6ca1te [...]
+38,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001351"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_11"",""type"":""select"",""name"":""test76eetest6807test9009test9879"",""options"":""{\""1\"":\""\test65e0\"",\""2\"":\""\test65e5\test6d3b\test6570\"",\""3\"":\""\test65b0\test5ba2\test91cf\"",\""4\"":\""1\test65e5\test7559\test5b58\test7387\"",\""5\"":\""7\test65e5\test7559\test5b58\test7387\"", [...]
+39,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001352"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_14"",""type"":""select"",""name"":""test76eetest6807test5206test7c7b"",""options"":""{\""1\"":\""\test76ee\test6807\test578b\"",\""2\"":\""\test98ce\test63a7\test578b\"",\""3\"":\""\test6280\test672f\test6539\test9020\test578b\"",\""4\"":\""\test5408\test4f5c\test65b9\test8981\test6c42\"",\""5\"": [...]
+40,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001568"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_18"",""type"":""user_chooser"",""name"":""test6d4btest8bd5test4ebatest5458"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+41,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001781"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_19"",""type"":""text"",""name"":""test76eetest6807test7edftest8ba1test8bf4test660e"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":""test76eetest6807test7edftest8ba1test8bf4test660e""}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022 [...]
+42,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001001959"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_20"",""type"":""integer"",""name"":""test4e3btest76eetest6807test9700test6c42id"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":""""}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+43,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001002114"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_21"",""type"":""user_chooser"",""name"":""test6280test672ftest8d1ftest8d23test4eba"",""options"":"""",""extra_config"":null,""enabled"":""1"",""sort"":null,""memo"":null}}",https://api.tapd.cn/stories/custom_fields_settings?workspace_id=991,null,2022-06-21 13:06:29.111
+44,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}","{""CustomFieldConfig"":{""id"":""11991001002115"",""workspace_id"":""991"",""entry_type"":""bug"",""custom_field"":""custom_field_22"",""type"":""radio"",""name"":""test6240test5c5etest4e1atest52a1test7ebf"",""options"":""{\""1\"":\""\test91d1\test878d\test81ea\test8425\"",\""2\"":\""\test91d1\test878d\test6e20\test9053\"",\""3\"":\""\test91d1\test878d\test793e\test533a\"",\""4\"":\""\test91d1\test878d\test7406\test8d22\test [...]
diff --git a/plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_custom_fields.csv b/plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_custom_fields.csv
new file mode 100644
index 00000000..8ea8f700
--- /dev/null
+++ b/plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_custom_fields.csv
@@ -0,0 +1,23 @@
+connection_id,id,workspace_id,entry_type,custom_field,type,name,options,enabled,sort,_raw_data_params,_raw_data_table,_raw_data_id,_raw_data_remark
+1,11991001001066,991,bug,custom_field_one,integer,test9700test6c42test8bc4test5ba1test6b21test6570,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,23,
+1,11991001001067,991,bug,custom_field_two,integer,test9700test6c42test53d8test66f4test6b21test6570,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,24,
+1,11991001001068,991,bug,custom_field_three,datetime,test5f00test53d1test5f00test59cbtest65f6test95f4,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,25,
+1,11991001001069,991,bug,custom_field_four,datetime,test5b9etest9645test63d0test6d4btest65f6test95f4,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,26,
+1,11991001001070,991,bug,custom_field_five,datetime,test6d4btest8bd5test5b8ctest6210test65f6test95f4,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,27,
+1,11991001001071,991,bug,custom_field_six,integer,test7248test672ctest6253test56detest6b21test6570,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,28,
+1,11991001001072,991,bug,custom_field_seven,integer,test4e0atest7ebftest5931test8d25test6b21test6570,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,29,
+1,11991001001073,991,bug,custom_field_eight,user_chooser,test4ea7test54c1test7ecftest7406,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,30,
+1,11991001001074,991,bug,custom_field_9,dateinput,test9884test8ba1test63d0test6d4btest65e5test671f,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,31,
+1,11991001001117,991,bug,custom_field_10,select,test76eetest6807test7c7btest578b,"{""1"":""	est65e0"",""2"":""	est65e5	est6d3b	est6570"",""3"":""	est65b0	est5ba2	est91cf"",""4"":""1	est65e5	est7559	est5b58	est7387"",""5"":""7	est65e5	est7559	est5b58	est7387"",""6"":""30	est65e5	est7559	est5b58	est7387"",""7"":""	est6587	est7ae0	est70b9	est51fb	est7387"",""8"":""	est6587	est7ae0	est9605	est8bfb	est7387"",""9"":""	est4eba	est5747	est9605	est8bfb	est91cf"",""10"":""	est4e92	est52a8	est7387" [...]
+1,11991001001202,991,bug,custom_field_12,textarea,test8bc4test5ba1test6b21test6570test8bf4test660e,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,33,
+1,11991001001203,991,bug,custom_field_13,textarea,test9700test6c42test53d8test66f4test8bf4test660e,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,34,
+1,11991001001204,991,bug,custom_field_15,integer,test76eetest6807test5b8ctest6210test5929test6570,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,35,
+1,11991001001205,991,bug,custom_field_16,float,test76eetest6807test6570test503c,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,36,
+1,11991001001206,991,bug,custom_field_17,float,test6570test636etest6307test6807test671ftest521dtest503c,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,37,
+1,11991001001351,991,bug,custom_field_11,select,test76eetest6807test9009test9879,"{""1"":""	est65e0"",""2"":""	est65e5	est6d3b	est6570"",""3"":""	est65b0	est5ba2	est91cf"",""4"":""1	est65e5	est7559	est5b58	est7387"",""5"":""7	est65e5	est7559	est5b58	est7387"",""6"":""30	est65e5	est7559	est5b58	est7387"",""7"":""	est6587	est7ae0	est70b9	est51fb	est7387"",""8"":""	est6587	est7ae0	est9605	est8bfb	est7387"",""9"":""	est4eba	est5747	est9605	est8bfb	est91cf"",""10"":""	est4e92	est52a8	est7387" [...]
+1,11991001001352,991,bug,custom_field_14,select,test76eetest6807test5206test7c7b,"{""1"":""	est76ee	est6807	est578b"",""2"":""	est98ce	est63a7	est578b"",""3"":""	est6280	est672f	est6539	est9020	est578b"",""4"":""	est5408	est4f5c	est65b9	est8981	est6c42"",""5"":""	est9644	est5c5e	est76ee	est6807	est578b"",""6"":""	est6392	est671f	est578b"",""7"":""	est5176	est4ed6	est578b""}",1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,39,
+1,11991001001568,991,bug,custom_field_18,user_chooser,test6d4btest8bd5test4ebatest5458,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,40,
+1,11991001001781,991,bug,custom_field_19,text,test76eetest6807test7edftest8ba1test8bf4test660e,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,41,
+1,11991001001959,991,bug,custom_field_20,integer,test4e3btest76eetest6807test9700test6c42id,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,42,
+1,11991001002114,991,bug,custom_field_21,user_chooser,test6280test672ftest8d1ftest8d23test4eba,,1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,43,
+1,11991001002115,991,bug,custom_field_22,radio,test6240test5c5etest4e1atest52a1test7ebf,"{""1"":""	est91d1	est878d	est81ea	est8425"",""2"":""	est91d1	est878d	est6e20	est9053"",""3"":""	est91d1	est878d	est793e	est533a"",""4"":""	est91d1	est878d	est7406	est8d22	est5ba2"",""5"":""	est91d1	est878d	est7535	est9500"",""6"":""	est5e7f	est544a"",""7"":""	est7f51	est7ad9""}",1,,"{""ConnectionId"":1,""CompanyId"":99,""WorkspaceId"":991}",_raw_tapd_api_bug_custom_fields,44,