Function get_issue_link

Source
pub async fn get_issue_link(
    configuration: &Configuration,
    link_id: &str,
) -> Result<IssueLink, Error<GetIssueLinkError>>
Expand description

Returns an issue link. This operation can be accessed anonymously. Permissions required: * Browse project project permission for all the projects containing the linked issues. * If issue-level security is configured, permission to view both of the issues.