Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 | // Obviously, this has been autogenerated by an agent based on what's in mockdata. export type JiraAvatarUrls = { readonly '16x16': string; readonly '24x24': string; readonly '32x32': string; readonly '48x48': string; }; export type JiraUser = { readonly accountId: string; readonly accountType: string; readonly active: boolean; readonly avatarUrls: JiraAvatarUrls; readonly displayName: string; readonly emailAddress: string | null; readonly groups: unknown[] | null; readonly key: string | null; readonly locale: string | null; readonly name: string | null; readonly self: string; readonly timeZone: string; }; export type JiraPriority = { readonly id: number; readonly iconUrl: string; readonly name: string; readonly namedValue: string; readonly self: string; }; export type JiraIssueType = { readonly description: string; readonly fields: Record<string, unknown>; readonly hierarchyLevel: number; readonly iconUrl: string; readonly id: number; readonly name: string; readonly namedValue: string; readonly self: string; readonly statuses: unknown[]; readonly subtask: boolean; readonly untranslatedName: string | null; }; export type JiraStatusCategory = { readonly colorName: string; readonly id: number; readonly key: string; readonly name: string; readonly self: string; }; export type JiraStatus = { readonly description: string; readonly iconUrl: string; readonly id: number; readonly name: string; readonly self: string; readonly statusCategory: JiraStatusCategory; readonly untranslatedName: string | null; readonly untranslatedNameValue: string | null; }; export type JiraProject = { readonly avatarUrls: JiraAvatarUrls; readonly components: unknown[] | null; readonly description: string | null; readonly email: string | null; readonly id: number; readonly issuetypes: unknown[] | null; readonly key: string; readonly lead: JiraUser | null; readonly name: string; readonly projectCategory: unknown; readonly projectTypeKey: string; readonly self: string; readonly simplified: boolean; readonly versions: unknown[] | null; }; export type JiraWatchers = { readonly isWatching: boolean; readonly self: string; readonly watchCount: number; }; export type JiraTimetracking = { readonly originalEstimate: string | null; readonly originalEstimateSeconds: number; readonly remainingEstimate: string | null; readonly remainingEstimateSeconds: number; readonly timeSpent: string | null; readonly timeSpentSeconds: number; }; export type JiraProgress = { readonly progress: number; readonly total: number; }; export type JiraWorklog = { readonly last: boolean; readonly maxResults: number; readonly startAt: number; readonly total: number; readonly worklogs: unknown[]; }; export type JiraComment = { readonly comments: unknown[]; readonly last: boolean; readonly maxResults: number; readonly startAt: number; readonly total: number; }; export type JiraVotes = { readonly hasVoted: boolean; readonly self: string; readonly votes: number; }; export type JiraChangelog = { readonly histories: unknown[] | null; readonly maxResults: number; readonly startAt: number; readonly total: number; }; export type JiraCustomFieldOption = { readonly id: string; readonly self: string; readonly value: string; }; export type JiraFields = { readonly aggregateprogress: JiraProgress; readonly aggregatetimeestimate: number | null; readonly aggregatetimeoriginalestimate: number | null; readonly aggregatetimespent: number | null; readonly assignee: JiraUser | null; readonly attachment: unknown[]; readonly comment: JiraComment; readonly components: unknown[]; readonly created: number; readonly creator: JiraUser; readonly description: string | null; readonly duedate: string | null; readonly environment: string | null; readonly fixVersions: unknown[]; readonly issuelinks: unknown[]; readonly issuetype: JiraIssueType; readonly labels: string[]; readonly lastViewed: string | null; readonly priority: JiraPriority; readonly progress: JiraProgress; readonly project: JiraProject; readonly reporter: JiraUser; readonly resolution: unknown; readonly resolutiondate: string | null; readonly security: unknown; readonly status: JiraStatus; readonly statusCategory: JiraStatusCategory; readonly statuscategorychangedate: string; readonly subtasks: unknown[]; readonly summary: string; readonly timeestimate: number | null; readonly timeoriginalestimate: number | null; readonly timespent: number | null; readonly timetracking: JiraTimetracking; readonly updated: number; readonly versions: unknown[]; readonly votes: JiraVotes; readonly watches: JiraWatchers; readonly worklog: JiraWorklog; readonly workratio: number; readonly customfield_10000: string | null; readonly customfield_10002: unknown[]; readonly customfield_10003: string | null; readonly customfield_10004: string | null; readonly customfield_10005: string | null; readonly customfield_10006: string | null; readonly customfield_10007: string | null; readonly customfield_10008: string | null; readonly customfield_10009: string | null; readonly customfield_10010: string | null; readonly customfield_10014: string | null; readonly customfield_10015: string | null; readonly customfield_10016: string | null; readonly customfield_10017: string | null; readonly customfield_10019: string | null; readonly customfield_10020: string | null; readonly customfield_10021: string | null; readonly customfield_10022: string | null; readonly customfield_10023: string | null; readonly customfield_10024: string | null; readonly customfield_10025: string | null; readonly customfield_10026: string | null; readonly customfield_10027: string | null; readonly customfield_10028: string | null; readonly customfield_10029: string | null; readonly customfield_10031: string | null; readonly customfield_10032: string | null; readonly customfield_10033: string | null; readonly customfield_10034: string | null; readonly customfield_10035: string | null; readonly customfield_10070: string | null; readonly customfield_10240: string | null; readonly customfield_10251: JiraCustomFieldOption | null; readonly customfield_10254: string | null; readonly customfield_10257: unknown[]; readonly customfield_10258: string | null; readonly customfield_10266: string | null; readonly customfield_10268: string | null; readonly customfield_10270: string | null; readonly customfield_10274: string | null; readonly customfield_10275: string | null; readonly customfield_10300: string | null; readonly customfield_10333: string | null; readonly customfield_10367: string | null; readonly [customField: `customfield_${string}`]: unknown; }; export type JiraTicket = { readonly changelog: JiraChangelog; readonly fields: JiraFields; readonly id: number; readonly key: string; readonly renderedFields: Record<string, unknown> | null; readonly self: string; }; |