Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
variable createGetIssueProjectsQuery
import { createGetIssueProjectsQuery } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/core/GraphQl/Queries/GetIssueProjectsQuery.ts";

Gets the organizational project for an issue.

type

(
ownerName: string,
repoName: string,
issueNumber: number,
) => string