Not able to set assignee using POST /issue REST call.
sample input:
What is the error? What is in your JSON body for the REST call?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Im creating an issue with Atlassian.JIRA SDK.
while assigning the assign with accountID the jira ticket assignee field is not getting updated to the issue. please find the below sample code.
Eg : Sample code:
Issue issue = jira.Issues.GetIssueAsync("TID").Result;
issue .Assignee = "accountid-XXXXX" ;
issue .AssignAsync( "accountid-XXXXX");
Issue issue1 = issue .SaveChangesAsync().Result;
The above code is NOT updating the issue assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.