You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also I am having trouble creating a Ticket custom field with a Date time:
ticket.CustomFields.Add(new CustomField() {Id = 26720341, Value =DateTimeOffset.Parse("8/14/2015 11:56:35 AM") });
Hello,
I am trying to add a Custom Field with a DateTime type to Users. Is this possible?
I'm looking for something like this: user.CustomFields.Add("datecreated", DateTimeOffset.Parse(output[i]))
Thanks
The text was updated successfully, but these errors were encountered: