Klasse RemoteIssueLinkRequest.RemoteIssueLinkRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLinkRequest.RemoteIssueLinkRequestBuilder
- Umschließende Klasse:
RemoteIssueLinkRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapplication
(RemoteIssueLinkRequestApplication application) build()
An identifier for the remote item in the remote system.object
(RemoteIssueLinkObject object) relationship
(String relationship) Description of the relationship between the issue and the linked item.toString()
-
Methodendetails
-
application
public RemoteIssueLinkRequest.RemoteIssueLinkRequestBuilder application(RemoteIssueLinkRequestApplication application) - Gibt zurück:
this
.
-
globalId
An identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence would consist of the app ID and page ID, like this:appId=456&pageId=123
. Setting this field enables the remote issue link details to be updated or deleted using remote system and item details as the record identifier, rather than using the record's Jira ID. The maximum length is 255 characters.- Gibt zurück:
this
.
-
object
- Gibt zurück:
this
.
-
relationship
Description of the relationship between the issue and the linked item. If not set, the relationship description "links to" is used in Jira.- Gibt zurück:
this
.
-
build
-
toString
-