Versions Compared

Key

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

Fix Version

Jira Release 72

Release Date

Change Number (Jira/ServiceNow)

Jira Legacy
serverSystem JIRA
columnskey,ServiceNow ID
columnIdsissuekey,customfield_10091
maximumIssues20
jqlQuerykey = AA-4642
serverId6f628555-4e88-3de1-a113-9682348a2f13

Scope

Jira Legacy
serverSystem JIRA
columnsdescription
columnIdsdescription
maximumIssues20
jqlQuerykey = AA-4642
serverId6f628555-4e88-3de1-a113-9682348a2f13
Jira Legacy
serverSystem JIRA
columnskey,summary,type,reporter,status
columnIdsissuekey,summary,issuetype,reporter,status
maximumIssues20
jqlQueryfixversion = "Jira_Release_72"
serverId6f628555-4e88-3de1-a113-9682348a2f13

Change

Description

Status

AA-4526

Add Assignment group “CRM SF Enhancements” to project mapping in REQSnowTest_to_REQJiraSb Exalate connection.

Status
colourGreen
titleCOMPLETED

 

In the Jira Incoming script of the REQSnowTest_to_REQJiraSb connection, add the line in red.

//debug.info("replica.customKeys.'assignment_group'?.display_value is ${replica.'assignment_group'?.display_value}")
//Map Jira project to SErviceNow assignment group
def assignmentGroupMap = [
// Assignment Group -> Project Key
// "SM / App Mgt / Jira (WNA)" : "AA",
"OPS / Security / Data Security (GSS)" : "SSKY",
"Cloud Security" : "SSKY",
"Cloud and Endpoint Security (GSS)" : "SSKY",
"Security / Email Security (GSS)" : "SSKY",
// "FEI / SECURITY-GRC / IT SECURITY" : "SGRC",
"IIQ Deployments / Security Delivery (FEI)" : "SIAM",
"OPS / Security / Identity and Access Mgmt" : "SIAM",
"OPS / Security / Role Management" : "SIAM",
"OPS / Security / Security Platforms (GSS)" : "SPSG",
"OPS / App Mgt / Collaboration Services" : "MECS",
"Ops / Security / IAM Oracle Access " : "SLOG",
"Cloud Automation Form Requests" : "MCPS",
"Application Security" : "SAPS",
"Salesforce CRM" : "EPWY",
"CRM SF Enhancements" : "EPWY",
// "DEV / EIM / MDM / Customer" : "MDM"
]

Status
colourGreen
titleCOMPLETED

 

 

 

 

 

 

 

 

 

 

 

Add the following trigger to the connection

active=true^ORclosed_atRELATIVEGT@minute@ago@15^assignment_group=dc8de6711b336514705ada02dd4bcbf6

Active is true or closed in the last 15 minutes and Assignment group is CRM SF Enhancements

Status
colourGreen
titleCOMPLETED

 

Verify a request created or updated with that assignment group creates a ServiceNow Request in Jira.

Status
colourGreen
titleCOMPLETED

Status
colourGreen
titlePASSED

...