Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/agile/models/storeDevelopmentInformation.ts>StoreDevelopmentInformation

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface StoreDevelopmentInformation
import { type StoreDevelopmentInformation } from "https://deno.land/x/jira@v3.0.2/src/agile/models/storeDevelopmentInformation.ts";

The result of a successful store development information request

Properties

optional
acceptedDevinfoEntities: { }

The IDs of devinfo entities that have been accepted for submission grouped by their repository IDs. Note that a devinfo entity that isn't updated due to it's updateSequenceId being out of order is not considered a failed submission.

optional
failedDevinfoEntities: { }

IDs of devinfo entities that have not been accepted for submission and caused error descriptions, usually due to a problem with the request data. The entities (if present) will be grouped by their repository id and type. Entity IDs are listed with errors associated with that devinfo entity that have prevented it being submitted.

optional
unknownIssueKeys: string[]

Issue keys that are not known on this Jira instance (if any). These may be invalid keys (e.g. UTF-8 is sometimes incorrectly identified as a Jira issue key), or they may be for projects that no longer exist. If a devinfo entity has been associated with issue keys other than those in this array it will still be stored against those valid keys.