Versions Compared

Key

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

...

  • navigatorLink(String JQL): It builds a relative link to open the Issue Navigator page on Jira and perform the input JQL.
  • issueLink(String issueKey, String title, String target) : It builds an HTML Anchor element for a given issue key. Optionally, a link tooltip can be provided in the 2nd parameter as well as an anchor target (default it _top)
  • projectLink(String issueKey, String title, String target). Similar to the above function but for projects.
  • img(String source, String title, int width, int height). Creates and img HTML element 
  • anchor(String href, String text, String title, String target). Creates and anchor HTML element
  • escape(String text): escapes HTML special characters
  • absoluteUrl(String path): transforms any Jira relative path into an absolute URL. 
  • contextPath()