/
Create HTTP links to Jira pages

Create HTTP links to Jira pages

Since the 5.1.1 version the plugin supports tow new H2 custom functions to help users to create links to Jira issue and project pages easier and embed them in HTML pages.


  • 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() 

Related content

Getting started (Must read)
Getting started (Must read)
Read with this
Performance
Read with this
Built-in SQL Functions - Work formatting, data type conversion, ...
Built-in SQL Functions - Work formatting, data type conversion, ...
Read with this
Troubleshooting
Read with this
Cached connections
Cached connections
Read with this
Software (Jira Java API)
Software (Jira Java API)
Read with this