interface Fields {
    aggregateprogress: Progress;
    aggregatetimeestimate: null | number;
    aggregatetimeoriginalestimate: null | number;
    aggregatetimespent: null | number;
    assignee: Agile.AgileModels.User;
    attachment: Version3.Version3Models.Attachment[];
    comment: {
        comments: Version2.Version2Models.Comment[];
        maxResults: number;
        self: string;
        startAt: number;
        total: number;
    };
    components: Version2.Version2Models.ProjectComponent[];
    created: string;
    creator: Agile.AgileModels.User;
    description: null | string;
    duedate: null | string;
    environment: null | Version2.Version2Models.RichText;
    epic: null | Agile.AgileModels.Epic;
    fixVersions: Agile.AgileModels.FixVersion[];
    flagged: boolean;
    issuelinks: Version2.Version2Models.IssueLink[];
    issuerestriction: {
        issuerestrictions: any;
        shouldDisplay: boolean;
    };
    issuetype: IssueType;
    labels: string[];
    lastViewed: null | string;
    priority: Version2.Version2Models.Priority;
    progress: Progress;
    project: Agile.AgileModels.Project;
    reporter: Agile.AgileModels.User;
    resolution: null | Version2.Version2Models.Resolution;
    resolutiondate: null | string;
    security: any;
    sprint: Agile.AgileModels.Sprint;
    status: Agile.AgileModels.Status;
    statuscategorychangedate: string;
    subtasks: Agile.AgileModels.Issue[];
    summary: string;
    timeestimate: null | number;
    timeoriginalestimate: any;
    timespent: null | number;
    timetracking: Version2.Version2Models.TimeTrackingDetails;
    updated: string;
    versions: Agile.AgileModels.Version[];
    votes: Version2.Version2Models.Votes;
    watches: Version2.Version2Models.Watchers;
    worklog: {
        maxResults: number;
        startAt: number;
        total: number;
        worklogs: Version2.Version2Models.Worklog[];
    };
    workratio: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

aggregateprogress: Progress
aggregatetimeestimate: null | number
aggregatetimeoriginalestimate: null | number
aggregatetimespent: null | number
comment: {
    comments: Version2.Version2Models.Comment[];
    maxResults: number;
    self: string;
    startAt: number;
    total: number;
}

Type declaration

created: string
description: null | string
duedate: null | string
environment: null | Version2.Version2Models.RichText
epic: null | Agile.AgileModels.Epic
flagged: boolean
issuerestriction: {
    issuerestrictions: any;
    shouldDisplay: boolean;
}

Type declaration

  • issuerestrictions: any
  • shouldDisplay: boolean
issuetype: IssueType
labels: string[]
lastViewed: null | string
progress: Progress
resolutiondate: null | string
security: any
statuscategorychangedate: string
subtasks: Agile.AgileModels.Issue[]
summary: string
timeestimate: null | number
timeoriginalestimate: any
timespent: null | number
updated: string
worklog: {
    maxResults: number;
    startAt: number;
    total: number;
    worklogs: Version2.Version2Models.Worklog[];
}

Type declaration

workratio: number