Skip to content

Commit a637ac3

Browse files
akumriassbarnea
authored andcommitted
doc-fix: Specify correct parameter name of 'destination'.
This was a bit confusing to read / understand initially.
1 parent 9bf5e9b commit a637ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jira/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ def remote_link(self, issue, id):
16281628
def add_remote_link(self, issue, destination, globalId=None, application=None, relationship=None):
16291629
"""Add a remote link from an issue to an external application and returns a remote link Resource for it.
16301630
1631-
``object`` should be a dict containing at least ``url`` to the linked external URL and
1631+
``destination`` should be a dict containing at least ``url`` to the linked external URL and
16321632
``title`` to display for the link inside JIRA.
16331633
16341634
For definitions of the allowable fields for ``object`` and the keyword arguments ``globalId``, ``application``

0 commit comments

Comments
 (0)