Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/jira/tests/integration/constants.ts>Constants

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
variable Constants
import { Constants } from "https://deno.land/x/jira@v3.0.2/tests/integration/constants.ts";

type

{ testAgileProjectKey: string; testAgileProjectName: string; testDashboardName: string; testGroupName: string; testIssueDescription: string; testIssueSummary: string; testProjectKey: string; testProjectName: string; }