Any Idea to fetch the Plans from IBM RTC Project area Using Plain Java API? IMP
Accepted answer
4 other answers
-
Clearly describe what you do or want to do, and what the problem/question is
- Explain why you want to do this and what you want to achieve with it - often problems are not problems in the tool, but knowing how to achieve certain goals; knowing what the intent is often directs to completely different answers
Comments
I have written a standalone Java Program , From that I am Trying to Connect to IBM RTC using Plain Java API. I am able to Login and able to fetch the Work items.
I have written a standalone Java Program , From that I am Trying to Connect to IBM RTC using Plain Java API. I am able to Login and able to fetch the Work items.
No, I'm afraid you are not clear. You are simply repeating a suggested solution to... what problem?
1 vote
And again, there is no Plan API published in the Plain Java Client Libraries.
All plan API has a name like com.ibm.team.apt.* and you can see that those JAR's are not there.
You would have to use the RTC Eclipse Client SDK and you would have to look at the code yourself to understand how the classes could potentially be used. All the API will be unsupported internal API.
1 vote
This is what I know about that API:
Creating Plans With the Plain Java Client API
It is often a great idea to use a search engine to find other examples.Comments
Hi All,
IterationPlanClient is loaded in a different way, if you look into the SDK. I have just looked into that, but I don't have the time to play around with this.
Kindly Spend your valuable time on this and let me know the ways to Load the IterationPlanClient. This is urgent requirement.
Did anybody get plan using RTC SDK?, Please help me on this. I have loaded all the jar from SDK to my project, those are around 1300. but I don't know I'm not able resolve dependency. says methods are not visible. So should I change it in the respective class method's & field's access specifier?
@Ralph Schoon, @ramesh m : please help me if you get any solution around this.
Thanks,
Umesh
Comments
ramesh m
Sep 14 '15, 9:24 a.m.did any one done this type of requirement earlier Please provide the sample code.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 14 '15, 9:43 a.m.What does fetch mean? What is the purpose? You want to be nore detailed with your question. See: How should I ask a question in the Forum if I want to receive useful answers?
ramesh m
Sep 14 '15, 9:54 a.m.Ralph,