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

Add displayname to new workitems #425

Closed alexaxb closed 2 years ago

alexaxb commented 2 years ago

When creating new workitems, add Id and title to the displayname the same was as the console does. This is because the console searches in the displayname attribute.

AdhocAdam commented 2 years ago

Quick test with some Incidents and you are correct. But it looks like things are different just for Incidents.

02

alexaxb commented 2 years ago

Yea, look at that..I guess it would be too easy if it where consistent for all the work item types ;) Nice catch!

AdhocAdam commented 2 years ago

After another look, it appears that there is even more variance between the DisplayName property across Work Item types. I've gone ahead and updated these on the branch.

image

alexaxb commented 2 years ago

Thanks for the correction!

AdhocAdam commented 2 years ago

And thank you for raising this!