pub async fn link(
client: &JiraClient,
out: &OutputConfig,
from_key: &str,
to_key: &str,
link_type: &str,
) -> Result<(), ApiError>Expand description
Link two issues.
pub async fn link(
client: &JiraClient,
out: &OutputConfig,
from_key: &str,
to_key: &str,
link_type: &str,
) -> Result<(), ApiError>Link two issues.