Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Incident

1)Restrict the incident resolution if any incident task is in progressIf user try to resolve the incident system should validate all incident task should be closedIf any incident task is in in progress state restrict the incident to resolvedDisplay E...

Change application is missing from Filter Navigator in my PDI

Hello Team,I have a Personal Developer Instance (PDI).Issue:- I am logged in as admin.- The Change Request plugin (com.snc.change_request) is installed.- Change Management plugins are installed.- I can access the Change Request table using:https://de...

shashilja99 by Giga Contributor
  • 487 Views
  • 1 replies
  • 0 helpfuls

Problem managment

Hi everyone,I'm performing an assessment of an Incident/Problem Management implementation and I'm trying to understand the impact of a customized Problem state model compared to the standard ServiceNow state model.Current SituationReviewing the OOTB ...

shivanib56 by Tera Contributor
  • 534 Views
  • 1 replies
  • 0 helpfuls

JIRA Spoke: Methods failing with 404

Good afternoon,We have recently moved from JIRA Server to JIRA Cloud and I'm rebuilding our old integration to work with the JIRA Cloud setup.I followed all the instructions to the letter and succeeded in getting my OAuth token from JIRA. So far so g...

Log Export service

Hi Team,Good day!I am seeking assistance with configuring the Log Export Service. Currently, when I select the service, I am not receiving any details or results.Could you please help me understand if there are any prerequisites, configurations, or p...

log_export_services.png

Resolved! Separate conflict detection

Hello, Can we build in ServiceNow a separate conflict detection engine? For example:Let's say I have four change requests - CR1, CR2, CR3, CR4.CR1 and CR2 are created from custom model 1, CR3 and CR4 are created from custom model 2.All changes are re...

Bartek0301 by Tera Contributor
  • 678 Views
  • 2 replies
  • 0 helpfuls

Email client configuration

Hello All  I have been asked to modify the OOB email compose template, so that it should automatically pick the email of the Assigned to in the HRC ticket and populate to From field (which originally contains the instance email address) I activated t...

samirmeroua by Tera Contributor
  • 603 Views
  • 2 replies
  • 1 helpfuls

Tagging not working properly in workspace

Hi All, I had a requirement where I have to show the 'email ID' instead of names when we try to tag someone in the comments/worknotes. Added this code in the calculated script in sys_user.name:if (gs.getSession().isInteractive()) {    if (gs.action.g...

AmanPratapS7233_0-1783410337462.png

Resolved! New Change Management Request, limit Assignment Groups

I'm attempting to limit the assignment groups available to a requester when the New Change Management Request form loads. I tried to write a script to set the group at load setQueryString('assignment_group', 'sys_id=a715cd759f2002002920bde8132e7018')...