Is it possible to fill in comment in "note" field when using activities in SRs?
Hello
We've started using activities in SRs and we all really appreciate it.
Before we used activities we used SRs like IRs, we manually closed them, when they were done.
We've also had the possibility to add a comment in the "Note"-field.
Thats the comment field which pops up when you manually Close a SR:
When a SR gets closed, it automatically sends a message to the affected user, that this ticket has been closed.
In this message we also send the value of that "Note" field:
$Context/Property[Type='CustomSystem_WorkItem_ServiceRequest_Library!System.WorkItem.ServiceRequest']/Notes$
But since we've started using activities, this field is no longer needed, because it automatically Closes the SR when all activities are done.
My question: Is there a possibility to fill in a predefined comment in "note" field (through the SR template)?
The usecase: We normally put somthing in that field like "Your device has been set up, you can grab it at the service desk office" that our customer knew when his/her device was finished.
Many thanks ans best regards
Best Answer
-
Billy_Wilson Member Ninja IT Monkey ✭✭✭✭Hi Silas,
If you are using a predefined message like the one you listed above, you can add that to the Results tab in the SR template. However, if you want the SR Implementation notes to include whatever is the Activity Notes, you can create a runbook in Orchestrator that will read the notes from the MA and copy them to the SR notes. Then you would have a Runbook Automation Activity be the last activity in your SR workflow.
Hope this helps.
5
Answers
If you are using a predefined message like the one you listed above, you can add that to the Results tab in the SR template. However, if you want the SR Implementation notes to include whatever is the Activity Notes, you can create a runbook in Orchestrator that will read the notes from the MA and copy them to the SR notes. Then you would have a Runbook Automation Activity be the last activity in your SR workflow.
Hope this helps.
You just put <Group></Group> around the reference to the Notes property on Activities, and it will automatically list all the Notes it find, in all the activities in the SR, e.g.:
And you can even wrap the properties in e.g. <td>'s to give it a bit more structure.