Skip to content

Variable: IssueLinkTypeSchema

ts
const IssueLinkTypeSchema: ZodObject<{
  id: ZodOptional<ZodString>;
  inward: ZodOptional<ZodString>;
  name: ZodOptional<ZodString>;
  outward: ZodOptional<ZodString>;
  self: ZodOptional<ZodURL>;
}, $loose>;

Defined in: src/cloud/models/issueLinkType.ts:16

This object is used as follows:*

In the issueLink resource it defines and reports on the type of link between the issues. Find a list of issue link types with Get issue link types.* In the issueLinkType resource it defines and reports on issue link types.