Versions Compared

Key

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

...

Tip

For ServiceNow, Remedyforce, and Freshservice there a number of out of he box fields which are made available for you by default.  These out of the ox fields cannot be removed.

The Field Code must match the unique identifier as defined by the provider (e.g. JSON attribute names returned form the provider's REST API).

ServiceNow Ticket Fields

Field CodeDisplay NameDescriptionData TypeRequired
short_descriptionShort DescriptionA short description for the change ticketStringNo
description DescriptionA description for the change ticketStringNo
stateState
StringNo
sys_class_nameSys Class Name
StringNo
approvalApproval
StringNo
start_datePlanned Start Date
StringNo
end_datePlanned End Date
StringNo
closed_byClosed By
StringNo
impactImpact
StringNo
priorityPriority
StringNo
riskRisk
StringNo
requested_byRequested By
StringNo
assignment_groupAssignment Group
StringNo
assigned_toAssigned To
StringNo
categoryCategory
StringNo
cmdb_ciCI
StringNo
typeType
StringNo

BMC Remedyforce Ticket Fields

Field CodeDisplay NameDescriptionData TypeRequired
BMCServiceDesk__Change_Description__cChange DescriptionA description for the change ticketStringNo
BMCServiceDesk__Reason_for_Change_Details__cChange Details


Freshservice FreshDesk Ticket Fields

Field CodeDisplay NameDescriptionData TypeRequired
subjectSubjectA subject for the change ticketStringNo
descriptionDescriptionA description for the change ticketStringNo
change_typeChange  Type
LongYes
statusStatus
LongYes
priorityPriority
LongYes
impactImpact
LongYes
requester_idRequester Id
LongYes
riskRisk
LongYes
planned_start_dateStart Date
StringYes
planned_end_dateEnd Date
StringYes

...

The Properties tab lists the metadata which is required for this Change Management System.  Values for these properties will be provided when you create a Change Management Instance in the topology.  See Creating/Editing a Change Management Instance, Property metadata is read-only for out of box integrations.

ServiceNow Properties

Key NameDisplay NameDescriptionData TypeRequiredEncrypted
SN_URLServiceNow URLServiceNow URLStringYesNo
SN_PORTServiceNow PortServiceNow PortStringNoNo
SN_USER_NAMEServiceNow User NameServiceNow User NameStringYesNo
SN_PASSWORDServiceNow PasswordServiceNow PasswordStringYesYes
SN_APPROVED_SCRIPTApproved Check ScriptServiceNow approved check Groovy scriptStringNoNo
SN_REJECTED_SCRIPTRejected Check ScriptServiceNow rejected check Groovy scriptStringNoNo
SN_DONT_POLLDon't pollDisable automatic polling (every minute) of ServiceNow tickets for status changes. Check if using REST API to communicate status changes to FlexDeploy.BooleanNoNo

BMC Remedyforce Properties

Key NameDisplay NameDescriptionData TypeRequiredEncrypted
FDBMCHR_URLBMC Helix Remedyforce URLBMC Helix Remedyforce Instance URL (https://<instance_name>.salesforce.com)StringYesNo
FDBMCHR_USER_NAMEBMC Helix Remedyforce User NameBMC Helix User NameStringYesNo
FDBMCHR_PASSWORDBMC Helix Remedyforce PasswordBMC Helix Remedyforce PasswordStringYesYes
FDBMCHR_CLIENT_IDClient IdConnected App Client IdStringYesYes
FDBMCHR_CLIENT_SECRET_IDClient SecretBMC Helix Remedyforce Client SecretStringYesYes
FDBMCHR_APPROVED_SCRIPTApproved Check ScriptBMC Helix approved check Groovy scriptStringNoNo
FDBMCHR_REJECTED_SCRIPTRejected Check ScriptBMC Helix rejected check Groovy scriptStringNoNo
FDBMCHR_DONT_POLLDon't pollDisable automatic polling (every minute) of BMC Helix tickets for status changes. Check if using REST API to communicate status changes to FlexDeploy.BooleanNoNo
FDBMCHR_SOBJECT_URLSpecified Object URLObject Name URL (/services/data/vXX.X/sobjects/{OBJECT_NAME})StringYesNo
FDBMCHR_INCIDENT_CATEGORY_IDCategory IdCategory FK Id (e.g a216g0000005NvDAAU)StringYesNo

Freshservice FreshDesk Properties

Key NameDisplay NameDescriptionData TypeRequiredEncrypted
FDFS_URLFreshservice URLFreshservice URL (https://<your_helpdesk_domain_name>.freshservice.com)StringYesNo
FDFS_API_KEYFreshservice API KeyAPI key for FreshserviceStringYesYes
FDFS_APPROVED_SCRIPTApproved Check ScriptFreshservice approved check Groovy scriptStringNoNo
FDFS_REJECTED_SCRIPTRejected Check ScriptFreshservice rejected check Groovy scriptStringNoNo
FDFS_DONT_POLLDon't pollDisable automatic polling (every minute) of Freshservice tickets for status changes. Check if using REST API to communicate status changes to FlexDeploy.BooleanNoNo
FDFS_REQUESTER_IDFreshservice Requester IdFreshservice agent id for API access(should be a number)StringNoNo

...