Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Complete the below configurations to unlock the full potential of the ServiceNow Connector for Jira app.

...

.

  1. Integration User ConfigurationSettings: Set up an integration user with the necessary permissions to manage and sync data between both platforms.

  2. Custom URL Form Configuration: Configure the customer URL to define the endpoints for accurate data transfer between ServiceNow and Jira and helps you to choose incidents and change request options to sync the required data.

...

Follow the below steps to configure ServiceNow Connector for Jira app:

Step 1: Log in to Jira and select More -> Apps → ServiceNow Connector for Jira app.

...

Step 2: Go to Manage Apps and click on Integration Settings.

...

Note

Before proceeding with the new integration settings click on Reset Settings and Clear Log button.

  • Reset Settings : Delete the integration setting and field mappings.

  • Clear Log : Delete the logs created for this plugin.

image-20240109-054950(1).png

...

If you are not able to connect to ServiceNow, then please check the user and its roles.

To establish a connection with ServiceNow, ensure you have the following users and roles:

  1. Admin user:  Any ServiceNow admin user account.

  2. Integration user: Integration user account in ServiceNow with below listed roles:

  • itil

  • personalize_dictionary

...

Step 7: Click on the Save Connection button to save the connection details.

...

A Success message appears.

Step 162. Custom URL Form Configuration

Step 1: Click on the ServiceNow table and select Api Configurations. Custom URL Form will appear.

...

Step 2: Click on ServiceNow Table dropdown and choose Incident or Change Request option request based on your needsoperational requirement.

...

Step 163: Enter the below details in all the fields and click on save button.

Test Connection Endpoint

/api/now/v2/table/incident?sysparm_limit=1

Get Field Endpoint

/api/now/v2/table/sys_dictionary?sysparm_query=name%change_request%5EORname%3Dtaskname%3Dincident%5EORname%3Dtask&sysparm_display_value=all&sysparm_fields=column_label,sys_name,name,read_only,max_length,active,mandatory,comments,sys_created_by,element

Create Endpoint

/api/now/v2/table/change_requestincident

Update Endpoint

/api/now/v2/table/change_requestincident/__sysId__

Add Attachments Endpoint

/api/now/attachment/file?table_name=change_requestincident&table_sys_id=__sysId__&file_name=__fileName__

Enter the custom connection endpoint URL, otherwise it will take default one.

...

The ServiceNow Connector for Jira app has been successfully configured. Next, complete the field mapping settings to sync the incidents and issues.

...