Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Oct 6, 2023
1 parent 181764a commit 1079b53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/cmd/sync-github-issue-to-jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ type IssueFields struct {
Summary string `json:"summary"`
Description string `json:"description"`
Teams []IssueValue `json:"customfield_13100"`
EngOwner IssueName `json:"customfield_16304"`
MyTeam IssueValue `json:"customfield_14803"`
SLA IssueValue `json:"customfield_15031"`
Segment IssueValue `json:"customfield_21110"`
Impact IssueValue `json:"customfield_21008"`
Urgency IssueValue `json:"customfield_21009"`
Expand Down Expand Up @@ -228,8 +226,6 @@ func main() {
Summary: *issue.Title,
Description: jirafyBodyMarkdown(issue),
Teams: []IssueValue{{Value: service.teamName}},
EngOwner: IssueName{Name: service.owner},
SLA: IssueValue{Value: "Pro / Free"},
MyTeam: IssueValue{Value: "Other"},
IssueType: IssueName{Name: "Bug"},
Components: []IssueName{{Name: "SDK & Client API Libraries"}},
Expand Down

0 comments on commit 1079b53

Please sign in to comment.