It's all about the answers!

Ask a question

How to get all associated work items to a file?


Benjamin Maier (3319) | asked Jan 30 '17, 8:35 a.m.

Hello,

I try to create a tool that shows all work items that a file got edited on. So, I give the filename, and want to see in which work items it got changed. I want to do this using the Java API, but cant find any example code.
Can someone help me please?


Comments
Geoffrey Clemm commented Jan 30 '17, 2:27 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Why wouldn't you just use the history view provided by Eclipse?

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Jan 31 '17, 3:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 If you want to do something like this, you will have to look into the RTC Client SDK and search for example code yourself. It is not very likely that anyone has tried this. This is likely to be expensive and complicated.



There are examples for parts of the SCM and work item API on that blog. It is searchable and the posts are tagged,

Good luck.

Your answer


Register or to post your answer.