Versions Compared

Key

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

...

5. Configure Jira for Synchronization:

Expand
title5.1 Configuration

Please create two custom text fields in Jira to store sysid and incident number which the Jira would be receiving after a successful update from service now and map these two fields to “sysid” and “number” fields in service now respectively. Without these two fields the sync process will not work.

Expand
title5.1 Configuration
  • Configure outbound rest message

  • Create business rules to push data from ServiceNow to JIRA

5.1.1 Configure outbound rest message

  • Name : Enter valid of outbound rest message

  • Description: Description of outbound rest message

  • Endpoint : URL of your Jira application

Note: If Jira is behind the firewall, you can add mid-server details .

5.1.2 Create business rules to push data from ServiceNow to JIRA

  • Give name of Business Rule

  • When to run : Enter when to run it

  • Actions : Set your field values

  • Advanced : Write script

6. Configure in ServiceNow for Synchronization:

Expand
title6.1 Field Support for Incident

Below configurations are needed to support real time sync from Service Now to Jira. Please contact us at atlassian@empyra.com . Scripts are developed in Service Now to push the changes from Service Now to JIRA

...

6.1 Field Support for Incident
Expand
title

Field Label

Field Name

Type

Number

incident.number

string

Short description

incident.short_description

string

Description

incident.description

string

State

incident.state

choice

Additional comments

incident.addedComments

journal input

Assigned to

incident.assigned_to

reference

Assignment group

incident.assignment_group

reference

Caller

incident.caller_id

reference

Category

incident.category

Choice

Impact

incident.impact

choice

Priority

incident.priority

choice

Urgency

incident.urgency

choice

Problem

incident.problem

reference

Work notes

incident.work_notes

journal input

Work notes list

incident.work_notes_list

list

…..

….

Note: All fields of Incident table. Provision to map the field values in Jira

...