Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/mod.ts>ProjectClient#getIssueProjects

Various HTTP clients for miscellaneous use.
Go to Latest
method ProjectClient.prototype.getIssueProjects
import { ProjectClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/mod.ts";

Gets a list of the organizational projects for an issue that has the given issueNumber, in a repository with a name that matches the ProjectClient.repoName.

Parameters

issueNumber: number

The issue number.

Returns

Promise<ProjectModel[]>

The list of organizational projects that the issue is assigned to.