Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MethodDescriptionParametersReturns

invokeLocalRest(String path)

Execute a HTTP request using the GET method to the specified URL.path - of local rest call (relative to Jira base URL).JSONObject for you to parse
request(Map<String, Object> options)Since 3.1.5. Execute a HTTP request using custom options. Full information on this method can be found on its page.

Example using GET request

...