Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to fetch the history and comments for a workitem #122

Open
vishal-kharde opened this issue Nov 13, 2019 · 2 comments
Open

Add method to fetch the history and comments for a workitem #122

vishal-kharde opened this issue Nov 13, 2019 · 2 comments

Comments

@vishal-kharde
Copy link

No description provided.

@fignutz
Copy link

fignutz commented Apr 7, 2020

Currently, workitem History is NOT reported in the OSLC API, but in the newer Reportable REST API that IBM uses. That said, I was able to hack the rtcclient library to pull in workitem histories. However, it is very involved and requires, aside from writing your own algorithm to sort the history return object (not the same as an OSLC object at all), creating a custom relogin function to "switch headers" on the fly within your RTC Class object: essentially bootstrapping your previous login with the new headers to talk to the other REST Service.

In other words, the REST headers that come pre-packed with the rtcclient library are incompatible with the RPT/Reportable API header. I doubt that the author (@dixudx ) will add this in anytime soon.

@dixudx
Copy link
Owner

dixudx commented Apr 8, 2020

@fignutz Currently I don't have too much bandwidth to work on this new feature. Your contributions are welcome if you are interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants