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

Forum Posts

How to get last closed task of ritm

Hi Team. In some catalog item task is closed but in RITM closed date not populated so we have to update through background script.but there is multiple task with for some  RITM (one catalog item) catalog item so I want that task which closed in last ...

lucky24 by Tera Contributor
  • 776 Views
  • 3 replies
  • 0 helpfuls

Resolved! "User responded, moving ticket to in progress"

I created a new business rule so that if a ticket is resolved and the user responds, it moves the ticket to "in progress" so we can more easily find those that should be reopened.  It is conflicting with another business rule that moves the resolutio...

ncousin by Tera Contributor
  • 559 Views
  • 1 replies
  • 1 helpfuls

Resolved! Log email sent from ticket as a comment

My organization uses the ability to send an email from a ticket rather extensively.  (Screenshot below)  However, this causes issues as the update in the email is not captured as a comment.  So when clients receive automated email updates with the co...

jmpierce_prot_0-1694035092859.png jmpierce_prot_1-1694035273182.png

Rollback background

Hello, I used the following background to change a request state var SOURCE_REQUESTS =['REQ0010027']; var requestGR = new GlideRecord('sc_request');requestGR.addQuery('number' , 'IN' , SOURCE_REQUESTS);requestGR.setValue('state' , 3);requestGR.setVal...