Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #209 from JupiterOne/task/more-optional-fields
Browse files Browse the repository at this point in the history
MAke remaining fields optional
  • Loading branch information
maxheckel authored Nov 2, 2023
2 parents ebd9bfd + 1c00aa8 commit c51f8b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ export const instanceConfigFields: IntegrationInstanceConfigFieldMap = {
bulkIngestIssues: {
type: 'boolean',
mask: false,
optional: true,
},
customFields: {
type: 'json',
mask: false,
optional: true,
},
};

Expand Down

0 comments on commit c51f8b2

Please sign in to comment.