Creating workitems automatically
Hi,
I would like to create workitems automatically when i run specific java programs.for instance create a workitem when the programmer runs a program to indicate the testing department to check the code... and so on... the idea is to give a variety of automation options to all the team.
Can someone indicate from where this can be done ?(which part of the source code i should look in? ).
thanks
I would like to create workitems automatically when i run specific java programs.for instance create a workitem when the programmer runs a program to indicate the testing department to check the code... and so on... the idea is to give a variety of automation options to all the team.
Can someone indicate from where this can be done ?(which part of the source code i should look in? ).
thanks
2 answers
There is also a Java API. see Programmatic Workitem Creation for an example. For getting started see https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ . The blog has a lot more examples. https://rsjazz.wordpress.com/2015/11/03/a-rtc-workitem-command-line-version-3-0/ is a small Java client that can create a work item from the command line.