We are currently using JIRA for project management issues. I would like to send incident from Servicedesk plus to JIRA. I already know how to do that.
Servicedesk plus api to get incident and then push to JIRA using SOAP and add it as issue. However I would like to create a button is the incident screen on Servicedesk plus. This way the administrator can push the button to initiate the code that pushes the Servicedesk plus incident to Jira. The only thing I need is link of Servicedesk incident page with: page.php?id=$Servicedesk_incident_id. How can I do this?