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

Forum Posts

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
  • 505 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...

Resolved! Transform map to update only empty fields

Hi, Consider "Short description" field of incident. I want to run transform map with a coalesce turned on for "Number" Field. There's one additional requirement though, my transform map should update the short description field for an incident record...

NirupamH1 by Tera Contributor
  • 1286 Views
  • 5 replies
  • 0 helpfuls

Close Complete UI action in wm_task is not working

Hi All, Close Complete OOB UI Action in wm_task table is working smoothly for all the authorized users in default view.But when we change the view, the Close Complete UI action is not working, it is giving following error in console. Uncaught Referen...

shri5 by Mega Guru
  • 456 Views
  • 3 replies
  • 2 helpfuls

Show/Hide variables

Hello, I created 4 check boxes in my catalog item 1. A  2. B 3. C 4. D 1.when you check ' A '  then ' C ' should be automatically selected or checked and ' D' checkbox should be hidden.2.when you unchecked ' A '  then ' C ' should be automatically un...

Shaik22 by Tera Expert
  • 220 Views
  • 1 replies
  • 0 helpfuls

Calculate state duration

Hi, I want to calculate total time for which incident is on "In Progress" state how can  I do it.I tried it with metric but it is creating seperate record if state changes from to another.