Create a Plugin to send an email when a work item is reated
I have created a working plug-in that can send an email when a work item of a specific type is saved using the IOperationAdvisor interface and extending the com.ibm.team.workitem.operation.workItemSave operation. What I want to do is send the email when the item is initially created, but I am not sure how I can identify that via the API. Any help or suggestions would be appreciated. Thanks.