Fix Jira issue not found

After I9a0183b58, plugin was able to connect to a Jira server but failed
to find or annotate issues. The method URL(context,spec) in JiraRestApi
caused the issue: If the spec begins with a forward slash, it replaces
the path provided in the passed URL context as a first parameter.
This is fixed by appending the spec to the URL string and converting it
directly into the URL.

Bug: Issue 8263
Change-Id: I3ff701b25d9c69a4ebed88e3ff07f6390ea177a9
3 files changed
tree: 7382343854e845d0a870a2c4932e26ba48d62cf0
  1. .settings/
  2. src/
  3. .gitignore
  4. BUILD
  5. external_plugin_deps.bzl
  6. LICENSE