This commit is contained in:
2019-01-16 22:50:47 +00:00
parent fd2b46cc59
commit bebbbb3613
5 changed files with 24 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ namespace raven_integration
dynamic w = new JObject();
w.name = Util.Uniquify(WidgetRunNameStart);
w.notes="blah";
w.customFields = Util.GenerateCustomFieldsJsonString("Meh1");
//Tags
dynamic InitialTags = new JArray();
foreach (string s in InitialTagsList)