We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Api::createRemotelink method (added in 2.0.0) have following problems:
Api::createRemotelink
Api::createRemoteLink
globalid
globalId
relationship
Related to #43
The text was updated successfully, but these errors were encountered:
the second point was fixed in #178
cross it out or add link ;)
Sorry, something went wrong.
the second point was fixed in #178 cross it out or add link ;)
Done.
No branches or pull requests
The
Api::createRemotelink
method (added in 2.0.0) have following problems:Api::createRemoteLink
)globalid
parameter in API call should be namedglobalId
instead (see https://docs.atlassian.com/jira/REST/latest/#api/2/issue-createOrUpdateRemoteIssueLink)globalid
andrelationship
parameters shouldn't be passed to API call when they values are emptyRelated to #43
The text was updated successfully, but these errors were encountered: