Versions Compared

Key

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

...

Sr. NoJira Field TypeStatus
1Text Field (single line)
Status
colourGreen
titleDone
2Text Field (multi-line)
Status
colourGreen
titleDone
3Select List (single choice)
Status
colourGreen
titleDone
4WIKI Render
Status
colourGreen
titleDone
5Labels (multi-choice)
Status
colourGreen
titleDone
6Date Picker
Status
titleTODO
7Date Time Picker
Status
colourGreen
titleTODODone
8Select List (cascading)
Status
titleTODO

3.3 Supported Field Mapping Configuration for SAP Dev Instant

Image Added

3.4 Supported Field Mapping for SAP Dev Instant

Sr. No.Jira Field Service Now FieldJira Field TypeJira → ServiceNow (Status)ServiceNow → Jira (Status)Remark(ServiceNow → JIRA)Remark(JIRA->ServiceNow)
1SummaryShort DescriptionText Field (single line)
Status
colourGreen
titleDone
Status
colourGreen
titleDone
Any update to Short Description Field will update the Summary Field in JIRA
2DescriptionDescriptionText Field (single line)
Status
colourGreen
titleDone
Status
colourGreen
titleDone
Any update to Description Field will update the Description Field in JIRA
3CommentAdditional commentsWIKI Render
Status
colourGreen
titleDone



4PriorityCustomer PriorityText Field (single line)
Status
colourGreen
titleDone



5Issue KeyJIRA Issue KeyText Field (single line)
Status
colourGreen
titleDone



6SN Number - CFNumberText Field (single line)
Status
colourGreen
titleDone



7SN Sys Id - CFSys IDText Field (single line)
Status
colourGreen
titleDone



8Reporter PriorityCustomer PrioritySelect List (single choice)
Status
colourGreen
titleDone
Status
colourGreen
titleDone

Any update to Customer Priority Field will update the Reporter Priority Field in JIRA.

Note: In Script, we have hard coded the customer field ids and values

Working based on the rule sheet
9Customer Data ProtectionData Protection TypeSelect List (single choice)
Status
colourGreen
titleDone

Any update to Data Protection Type Field will update the Customer Data Protection Field in JIRA.

Note: In Script, we have hard coded the customer field ids and values

Working based on the rule sheet
10Environment TypeUsed forSelect List (single choice)
Status
colourGreen
titleDone


Working based on the rule sheet
11Request SourceSourceSelect List (single choice)
Status
colourGreen
titleDone
Status
colourGreen
titleDone

Any update to Source Field will update the Request Source Field in JIRA.

Note: In Script, we have hard coded the customer field ids and values


12Customer(s)Customer(s)Labels
Status
colourGreen
titleDone



13Data CenterPrefix DescriptionLabels
Status
colourGreen
titleDone

Field is disabled for any entry. So, script is not recognizing this field.Field type is not the same in ServiceNow
14Affects Version/sPrefix DescriptionLabels
Status
colourGreen
titleDone

Field is not visible in ServiceNow, so its not mapped.

Note : Script is not recognizing this field.

Field  is not available in ServiceNow
15Component/sPrefix DescriptionLabels
Status
colourGreen
titleDone

Field is not visible in ServiceNow, so its not mapped.

Note : Script is not recognizing this field.

Field is not available in ServiceNow

...

3.4 API details for mapping between Jira field options and Service now field options

Sr. No.API DescriptionRequest parametersEndpoint detailsResponse formatStatusRemark
1List api to get the now fields(Add service now field type to this api) NA



2List api to get the options for each service now field of the type dropdown

fieldId - service now field id





3List api to get list of all the mappings between Jira field options and service now field options

projectKey - key of the project

issueType - issue type related to the project

jiraFieldId - id of the Jira field

serviceNowFieldId - id of the service now field





4Create api to add mapping between the Jira field option and Service Now field option

projectKey - key of the project

issueType - issue type related to the project

jiraFieldId - id of the Jira field

serviceNowFieldId - id of the service now field

jiraOptionId - id of the Jira option pertaining to Jira field

serviceNowOptionId - Id of the service now option pertaining to service now field





5Delete api endpoint to delete data for the mapping between Jira field option and Service Now field option

projectKey - key of the project

issueType - issue type related to the project

jiraFieldId - id of the Jira field

serviceNowFieldId - id of the service now field

jiraOptionId - id of the Jira option pertaining to Jira field

serviceNowOptionId - Id of the service now option pertaining to service now field