I'm using the current master, and the following config:
{
"100": {
"name": "Unbreak Now!",
"short": "Unbreak!",
"color": "pink",
"keywords": [
"unbreak"
]
},
"90": {
"name": "Needs Triage",
"short": "Triage",
"color": "violet",
"keywords": [
"triage"
]
},
"80": {
"name": "High",
"short": "High",
"color": "red",
"keywords": [
"high"
]
},
"70": {
"name": "Higher than normal",
"short": "Higher than normal",
"color": "orange",
"keywords": [
"high"
]
},
"50": {
"name": "Normal",
"short": "Normal",
"color": "yellow",
"keywords": [
"normal"
]
},
"25": {
"name": "Lower than normal",
"short": "Lower than normal",
"color": "green",
"keywords": [
"low"
]
},
"1": {
"name": "Low",
"short": "Low",
"color": "sky",
"keywords": [
"low"
]
},
"0": {
"name": "Wishlist",
"short": "Wishlist",
"color": "skyblue",
"keywords": [
"wishlist"
]
}
}There are two issues:
- a) I'm not seeing all prios:
- b) If I'm choosing one prio, phab shows another (not always):
This happened after an update, I did not change the config for weeks.
