Can we automate Project and WorkItems Creation in RTC Using Extensions?
2 answers
> Can we automate some things in RTC using Extensions?
Yes
> If yes how can we achieve it?
Blood, sweat and tears. :)
Blood, sweat and tears. :)
(I suggest using these keywords in a search engine: writing plugins for rtc)
Comments
Is it possible to automate Project and workitem creation and other features of RTC, as i have worked on RTC Extensibility but used it for some restrictions and and some checks on dates and states.
Work item creation, yes.
Project creation, maybe. I know that deploying samples will create projects with no user interaction, but I'm not certain if that's API or not. You should research the API.
(Turns out theĀ answer is yes.)
You can pretty much automate all that. See https://rsjazz.wordpress.com/ for various examples from work item creation https://rsjazz.wordpress.com/2015/02/25/a-rtc-workitem-command-line-version-2-1/ to project area creation https://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/
You can search the blog or the internet to find various examples.
You can search the blog or the internet to find various examples.