Skip to content

Commit

Permalink
Revert "commentSection implemented - edit/delete/add may take long(ne…
Browse files Browse the repository at this point in the history
…eds fixing)"

This reverts commit 5cc757b
  • Loading branch information
maximilianruesch committed Dec 18, 2023
1 parent e12e83c commit 4ecdd3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/jira.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ export interface JiraIssue {
creator: { name: string; displayName: string }
status: { name: string }
issuetype: { name: string }
// TODO: improve this, let's try not to:
// -hardcode customfields
// -not use | unknown if possible.
// the problem is: change the LHS name of these props in the fields definition
// based on the mapped fields (this.customFields),
// it might change based on the jira instance
customfield_10107: number
parent: { id: string; fields: { summary: string } }
epic: { name: string }
Expand Down

0 comments on commit 4ecdd3b

Please sign in to comment.