[
{
"name": "Blocked",
"color": "#fbca04",
"description": "Blocked by matters that are outside our control."
},
{
"name": "Bug (Confirmed)",
"color": "#b60205",
"description": "Bug that has been confirmed and requires a fix."
},
{
"name": "Bug (Reported)",
"color": "#e99695",
"description": "Bug that has been reported, but not confirmed."
},
{
"name": "Epic Issue",
"color": "#0052cc",
"description": "Epic task that consists of multiple sub-issues."
},
{
"name": "Help Needed",
"color": "#0e8a16",
"description": "Request for assistance from another Engineer."
},
{
"name": "Needs Detail",
"color": "#111111",
"description": "Issue that is not sufficiently fleshed out."
},
{
"name": "On Hold",
"color": "#d93f0b",
"description": "Feature that is to be frozen until further notice."
},
{
"name": "PR: Client Review",
"color": "#fef2c0",
"description": "Feature is now on the Client Review site."
},
{
"name": "PR: Do Not Merge",
"color": "#d93f0b",
"description": "Pull Request that cannot not be merged in yet."
},
{
"name": "PR: MKDO Review",
"color": "#c2e0c6",
"description": "Feature is now on the Make Do Review site. "
},
{
"name": "PR: Production Ready",
"color": "#0e8a16",
"description": "Pull Request that is ready for merge into master."
},
{
"name": "Sub Issue",
"color": "#1d76db",
"description": "Sub-issue belonging to the parent Epic issue."
}
]