Jump to content

Recommended Posts

Posted

For our Major Incident process, any ticket logged on which the summary begins with "MI -" triggers a different path in the workflow. I've put a manual task in the workflow for the analyst to confirm whether or not the incident should be a Major Incident.

I'm hoping to have a node in the workflow which, if the analyst clicks no, it removes "MI -" from the summary line of the request. I thought this could maybe be done with regex by finding a match against "MI -" and then altering the summary field to have it removed.

I'm not great with string utilities, just wondered if anyone knew?

Cheers!

Posted

You could play around with something like this, (from memory) I use this to remove the first 13 characters from a Human Task variable, so theoretically your Input Text could map to Summary and then you could start the string after "MI - "

Utilities also aren't my strong point but this works for us :) 

image.png.5a54ec0b86672b53820d0159e37e01c2.png

 

 

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...