Java Code for deliver operation is performed on source code?
One answer
Like with any of these requests, you would likely have to create a custom server extension. Like a follow up action or something driven by something else such as an asynchronous task or something event driven. You would use the operation ID explained in https://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/ . That is a pre condition, but the code is pretty much the same and the "Getting started" explains a workshop which is for a follow up action.
Comments
Thanks Ralph !
The server Mail API is here: https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/
Ok thanks !
Hi Ralph,
My suggestion would be for you to start reading the posts and follow the advice on how to get started with this whole stuff, which I have in all of the blog posts to help the newbies. Plus, the downloadable code I provide has worked for me. Finally, you will have to find the imports you need on your own and it is actually not that complicated and you can look into the downloadable code in most of my posts too.
Hi Ralph,