Skip to content

Commit

Permalink
remove validation for project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Aug 19, 2024
1 parent 11f0ffd commit 673962c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reporting/trackers/jira/jira.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Options struct {
// Token is the token for jira instance.
Token string `yaml:"token" json:"token" validate:"required"`
// ProjectName is the name of the project.
ProjectName string `yaml:"project-name" json:"project_name" validate:"required"`
ProjectName string `yaml:"project-name" json:"project_name"`
// ProjectID is the ID of the project (optional)
ProjectID string `yaml:"project-id" json:"project_id"`
// IssueType (optional) is the name of the created issue type
Expand Down

0 comments on commit 673962c

Please sign in to comment.