Creating Remote Issue Links (original) (raw)
Available: | JIRA 5.0 and later. |
---|
Remote Issue Links offers a simple but powerful way to integrate your application with JIRA. If you have an object in your application that relates to a JIRA ticket, you can link that object to the JIRA issue using Remote Issue Links.
Overview
Let's say you have a support ticket raised by a customer in your help desk system and the bug that causes that issue is being tracked in JIRA. With a single API call, you can create a link in that JIRA issue pointing to the support ticket. You can provide an icon, a title, a summary, even a status icon for the remote object.
Want to understand more? Here's a quick video on creating Remote Issue Links via REST.
REST API Tutorial
Want to see some JSON? See how easy it is to create a Remote Issue Link in the REST API tutorial.
JAVA API
You can also manage remote issue links from within JIRA using the Java API. The key classes are:
- RemoteIssueLinkService - service used to create, retrieve, update, delete and validate remote issue links.
- RemoteIssueLink - the remote issue link model.
- RemoteIssueLinkBuilder - a builder to help construct remote issue link model objects.
Guide to Fields
All the fields used in the Remote Issue Link API are described in the guide to Remote Issue Links fields.
Guide to the Issue Link Renderer Plugin
You can now create an issue link renderer plugin to customise how issue links appear for your application. Find out more in the guide to the Issue Link Renderer plugin
Guide to the Issue Link Creation Dialog
You can also create a dialog for easy insertion of links to your application. Find out more in the guide to the issue link creation dialog.