Jira Integration

Jira Integration

Jira Integration

JIRA Integrates with ServiceDesk Plus MSP using "Request Custom Menu". Sample Implementation is already done and bundled with our application. You need to change field names as per your requirement in JIRA.xml.

So When a ticket is created in MSP, a new ticket will be created in JIRA and its details can be updated in the MSP ticket. 

Following are the steps for the integration :

  • Move the file "Jira.xml" from [MSP_HOME]/actionplugins/jira/conf directory to [MSP_HOME]/integration/conf directory.

  • Move the jar file "jiraimpl.jar" from [MSP_HOME}/actionplugins/jira directory to [MSP_HOME]/integration/lib directory.

  • Now create a new Request custom menu with the name specified in Jira.xml, say "Create_JIRA_Ticket ". 
    • Associated roles and templates can be given based on customer's use case.
    • For action type, select "Execute Class" and specify the class as "com.servicedeskplus.integration.JiraActionImplementation"
Now, when a ticket is created in MSP, the actions menu will have an option "Create_JIRA_Ticket". Click on this and a corresponding ticket will be created in JIRA. The java source file has been given under [MSP_HOME]/actionplugins/jira/src. Any java modifications can be done on this file. It should be compiled and updated in the jiraimpl jar.
NOTE : Any changes in the "Request Custom menu" name or in the name of the additional fields created in MSP, should be updated in Jira.xml as well, because of presence of internal mapping.

Attached files are already available in application. I attached to know what details needs to be changed (Example - integration done)



                    New to ADSelfService Plus?

                      • Related Articles

                      • JIRA integration - Issue Types are not loaded

                        Post the JIRA is integrated with SDP MSP , the Projects data gets populated. However the other field - Issue Types will not show any values. To fix this follow the below steps The api call is used to fetch the issue types is ...
                      • WhatsApp Integration via Twilio (Notification only)

                        WhatsApp Integration via Twilio You can now integrate ServiceDesk Plus MSP with WhatsApp to trigger WhatsApp notifications to ServiceDesk Plus MSP technicians/users on the latest events that happen in the application. This can be done through Twilio ...
                      • How to integrate ServiceDesk Plus MSP with WhatsApp business.

                        This article provides steps for integrating ServiceDesk plus MSP with WhatsApp (business). Note: This integration is compatible with versions 14600 & above. Before you begin, ensure you've reviewed the following prerequisites: Ensure your ServiceDesk ...
                      • CTI Integration internal configuration for testing

                        Example format for CTI Integration testing ...
                      • ADMP integration Issues with SDP MSP

                        Please check the below if you get any errors while doing integration 1) ADMP application must be accessible from the browser of SDP application server. Similarly, SDP application must be accessible from the browser of ADMP application server. This is ...