SOAPUI is the best interface to make tests to JIRA Web Services. And it’s free.

Download SOAPUI

It’s very easy, only install and make the test.

restsoapui

Set the Endpoint to your JIRA URL Domain and protocol (http or https) and put the resource URL to the REST Endpoint (like /rest/api/2/PROJECT-NUM/worklog to put worklog in an issue as example).

Set the method “POST” ( or PUT or DELETE )

And select the text type “application/json” and add “started” (date to put the worklog) “timeSpent”  (the hours to log)

In the Headers of the request set “Basic user:password encrypted in base64 (all user:password)”

Run the request and measure the response time ( in the lowest part of the window of the request)

That’s all

Posted by:.

One thought on “Measure timings of REST WS calls to JIRA with SoapUI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s