Hi Together,
i posted this allready over in the codplex forum but i`m not sure if its correct over there. Thats why i post it here again:
Currently i'm working on a Script with which i can import Tickets from another Ticketsystem via CSV.
I managed to do that because its quite easy with the new-scsmincident cmdlet.
But now i should have the ID of the newly created incident to add the assigned to user to the incident.
Actually i try it with:
$id = (Get-SCSMIncident -Title "$ticketidmx + $title").id
Because i save the ticket-id of the other Ticketsystem and the title of the incident in the new incident in SCSM.
But i think that's not "save" enough.
So is there any possibility to get the ID of the newly created incident directly after creating it with new-scsmincident?
thank you
brgds