I know that from JIRA 7.0 onwards SOAP is deprecated. but is there any way (or plugin) to invoke a function in another server which uses SOAP ?
Yes, you can write add-ons that make SOAP calls, or use something like ScriptRunner to write your SOAP-calling code inside Jira post-functions, listeners, fields, etc
how can i do that using Script Runner? if we use Scriptrunner, do we need to use 3rd party jar files?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to import libraries that enable your code to make SOAP calls (unless you want to write them from scratch)
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.