Is there any way to do this? I think the easiest way is to access REST interface like a component, but I can't know how to do this. Or only the old fashion way available, for example call the rest with apache http client? I am using jira 7.0.
Thanks.
I've relied on the simple brute-force way, making REST calls from test scripts with curl (similar to the apache client you sugget) - I had too many problems with internal tests on components returning a pass when it had really failed.
Thanks for your answer.
Not a bad idea. But I solved it yesterday. I create a new instance from my REST class, and set the dependencies through constructor. After that I can call directly my rest method from an integration or wired integration test. Works good.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.