Hi,
Can we use a Cutom Field name having special character like below
var issue = await jira.Issues.GetIssueAsync("TST-5"); issue.Summary = "Updated Summary";
issue["Version/s"] = "A&B 1" await issue.SaveChangesAsync();
Community moderators have prevented the ability to post new answers.