I want to update the details in user object like directory, email etc. Can that be possible with SOAP?
You can do that for an internal JIRA user (except changing directory i guess). Use the updateuser method: http://docs.atlassian.com/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/JiraSoapService.html#updateUser(java.lang.String,%20com.atlassian.jira.rpc.soap.beans.RemoteUser)
Thanks for your information. The biggest issue here is to update the directory and email.
What is the best way to update a directory?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the best way to update a directory?
I don't see a way to do that now remotely.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The remote APIs for Crowd (now embedded in JIRA) do not support any useful administration capabilities (earlier APIs that used to have that support were removed :() - it has been a hole for some time with no effort to fix - see CWD-1912 and related.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jobin,
Is it possible to update via a service or groovy or something and not necessarily via remote SOAP UI?
Thanks
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.