pub async fn create(
client: &JiraClient,
out: &OutputConfig,
draft: &IssueDraft<'_>,
sprint: Option<&str>,
board: Option<u64>,
custom_fields: &[(String, Value)],
dry_run: bool,
) -> Result<(), ApiError>pub async fn create(
client: &JiraClient,
out: &OutputConfig,
draft: &IssueDraft<'_>,
sprint: Option<&str>,
board: Option<u64>,
custom_fields: &[(String, Value)],
dry_run: bool,
) -> Result<(), ApiError>