Function update_remote_issue_link

Source
pub async fn update_remote_issue_link(
    configuration: &Configuration,
    issue_id_or_key: &str,
    link_id: &str,
    remote_issue_link_request: RemoteIssueLinkRequest,
) -> Result<Value, Error<UpdateRemoteIssueLinkError>>
Expand description

Updates a remote issue link for an issue. Note: Fields without values in the request are set to null. This operation requires issue linking to be active. This operation can be accessed anonymously. Permissions required: * Browse projects and Link issues project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.