Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
func
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
ExtractStories
Function · 0.85
ConvertStoryChangelog
Function · 0.85
TestGetDefaultStdStatusMappingEmptyStatusList
Function · 0.85
ExtractBugs
Function · 0.85
ConvertBugChangelog
Function · 0.85
extractIssues
Function · 0.85
ConvertIssueChangelogs
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestGetDefaultStdStatusMappingEmptyStatusList
Function · 0.68