---
title: "RemoteIssueLink interface"
canonical: "https://support.appfire.com/space/JMCF/465601075/RemoteIssueLink%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [RemoteIssueLink](https://docs.atlassian.com/jira/6.4/com/atlassian/jira/issue/link/RemoteIssueLink.html) interface you can use on any remote link, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465371580) when you access remote links.

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [getApplicationName](https://docs.atlassian.com/jira/6.4/com/atlassian/jira/issue/link/RemoteIssueLink.html#getApplicationName())`()` | [String](http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true) | The <span style="color: #000000">name of the remote application instance that contains the remote object </span><span style="color: #000000">the issue is linked to.</span> |
| [getApplicationType](https://docs.atlassian.com/jira/6.4/com/atlassian/jira/issue/link/RemoteIssueLink.html#getApplicationType())`()` | [String](http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true) | The <span style="color: #000000">type of remote application the issue is linked to.</span> |
| [getId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/link/IssueLink.html#getId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | <span style="color: #000000">The ID of the remote link.</span> |
| [getIssueId](https://docs.atlassian.com/jira/6.4/com/atlassian/jira/issue/link/RemoteIssueLink.html#getIssueId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | <span style="color: #000000">The ID of the issue the current issue is remotely linked to.</span> |
| [getRelationship](https://docs.atlassian.com/jira/6.4/com/atlassian/jira/issue/link/RemoteIssueLink.html#getRelationship())`()` | [String](http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true) | The <span style="color: #000000">String describing the relationship between the JIRA issue and the remote object</span> |
| [getSummary](https://docs.atlassian.com/jira/6.4/com/atlassian/jira/issue/link/RemoteIssueLink.html#getSummary())`()` | [String](http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true) | <span style="color: #000000">The summary of the remote object the current issue is linked to</span> |
| [isResolved](https://docs.atlassian.com/jira/6.4/com/atlassian/jira/issue/link/RemoteIssueLink.html#isResolved())`()` | `boolean` | True if the <span style="color: #000000">remote object is resolved</span> |