MCPcopy
hub / github.com/apache/devlake / getStdStatus

Function getStdStatus

backend/plugins/jira/tasks/shared.go:40–48  ·  view source on GitHub ↗
(statusKey string)

Source from the content-addressed store, hash-verified

38}
39
40func getStdStatus(statusKey string) string {
41 if statusKey == "done" {
42 return ticket.DONE
43 } else if statusKey == "new" {
44 return ticket.TODO
45 } else {
46 return ticket.IN_PROGRESS
47 }
48}

Callers 7

ExtractStoriesFunction · 0.85
ConvertStoryChangelogFunction · 0.85
ExtractBugsFunction · 0.85
ConvertBugChangelogFunction · 0.85
extractIssuesFunction · 0.85
ConvertIssueChangelogsFunction · 0.85

Calls

no outgoing calls