Here is sample code that I am using to create and update issue
RemoteIssue newIssue = jss.createIssue(authToken, issue);
RemoteFieldValue [] remoteFieldValues=new RemoteFieldValue[] {new RemoteFieldValue("customfield_10223",new String[] {"My Custom Labels"}),
new RemoteFieldValue("labels",new String[] {"My Custom Label"})};
RemoteIssue updateRemoteIssue=jss.updateIssue(authToken, newIssue.getKey(),remoteFieldValues);
No exception but not updating labels
Soap API version 4.2.1
Welcome to the Atlassian Community!
Jira junked SOAP interfaces over a decade ago, and you really should be using Jira 8.x+ if you want any form of security.
Could you tell us all the versions of the software you are using here? (it is unlikely you will get a good answer if it is past its sell-by date, but it cannot hurt to ask)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.