I have successfully integrated Jira with our website by being able to remotely create/update issues within Jira via your public facing web services. However, now I'm looking for the ability to create SOAP envelopes and messages within Jira. Is that possible? Basically, once a new issue is created in Jira, I want Jira to send a message to my site to digest and subsequently create a task.
It's possible to customize JIRA post-functions to do whatever you need. You'd need to create a custom post-function plugin:
http://confluence.atlassian.com/display/JIRA/Workflow+Plugin+Modules#WorkflowPluginModules-Functions
Although, it's not possible in Studio since we don't support customizations.
Another option is to write a listener. But again, not possible in studio!
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.