Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

ServiceNow Jira webhook is it possible to use OAuth

HiWe are looking to implement the ServiceNow Jira Webhook to enable bi-directional updates. In the push flow from Jira to ServiceNow, the configuration documentation uses API Token.Is it possible to use OAuth instead of the API Token. If not, what ar...

anthonysymo by Kilo Contributor
  • 967 Views
  • 1 replies
  • 0 helpfuls

Knowledge Articles not showing on portal

Hi everyone, for some reason the articles that are being created and publioshed are not showing on the portal, I dont know if its a problem with the knowledge bases, with the article templates or something else ... can wnyone help with this ?

Record Producer script issue

This script works great except it doesn't change the type (function() {    // Set the caller to the person who submitted the request    current.caller_id = gs.getUserID();        // Set the category and subcategory    current.category = 'Telecom';   ...

ES6 and ServiceNow (const, let and var)

Why does 'const' get processed but 'let' does not? Both are supported in ES6 and not in ES5. The following are run in a background script. For example: const object1 = { a: 'somestring', b: 42, c: false }; Prints:  *** Script: a,b,c Yet,  let object1...

Resolved! Need help troubleshooting client callable script include

I have condition on the Menu Item set to the following:gs.getSession().isLoggedIn() && new checkIfGroupMember().verifyMembership();The intent of this condition is to check if the user is Logged In and is part of a specific group. Here is the client c...

neil_b by Tera Guru
  • 2378 Views
  • 20 replies
  • 5 helpfuls