Configuration Validator

Validate your .git2gus/config.json before committing to your repository.

← Back to Home

Configuration JSON

Example Configurations

Validation Results

Click "Validate Configuration" to check your config

Configuration Fields

Required Fields

  • defaultBuild (string) - The build/sprint number to use when creating work items (e.g., "218", "Backlog")
  • productTag OR productTagLabels - At least one is required:
    • productTag (string) - Default Salesforce product tag ID
    • productTagLabels (object) - Map GitHub labels to product tag IDs

Optional Fields

  • statusWhenClosed (string) - Status to set when issue closes. Must be one of: INTEGRATE, FIXED, CLOSED. Default: INTEGRATE
  • hideWorkItemUrl (string) - Set to "true" to hide work item URLs in comments (recommended for open source repos)
  • issueTypeLabels (object) - Map custom issue type labels to standard labels (e.g., {"feature": "USER STORY"})
  • issueEpicMapping (object) - Map issue labels to epic IDs for automatic epic assignment
  • gusTitlePrefix (string) - Prefix to add to GUS work item titles