AdhocAdam / smletsexchangeconnector

SMLets PowerShell based Exchange Connector for controlling Microsoft System Center Service Manager 2016+
https://adhocadam.github.io/smletsexchangeconnector/
GNU General Public License v3.0
29 stars 19 forks source link

Service Requests with Templates featuring Activities are missing their Work Item Prefix #23

Closed AdhocAdam closed 6 years ago

AdhocAdam commented 6 years ago

If the Service Request template being used features Activities when creating New Work Items those Activities are missing their Work Item prefix.

This is a known issue with the SCSM SDK that has a Microsoft workaround but isn't sustainable long term as the change can easily and accidentally be undone through the SCSM console.

AdhocAdam commented 6 years ago

Addressing in v1.4 with a modified version of Set-SCSMTemplateWithActivities. This will address the issue at hand and aid in the Feature Request to support creating Change Requests by default.

Functions modified to support Cireson SMA Connector based Runbooks and Cireson PowerShell Activity. This can be viewed on Pull Request #25