Commit ddcb74d
committed
fix: improve milestone name resolution and project scoping
- Enhance resolve_milestone_id() with project-aware search priority
- Add project context prioritization in milestone resolution
- Improve fallback behavior for cross-project milestone search
This ensures milestone lookup by name works reliably by first searching
within the specified project context, then falling back to global search.
Resolves failed lookups when multiple milestones have the same name
across different projects.1 parent 384aab9 commit ddcb74d
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1273 | 1273 | | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | | - | |
1277 | | - | |
1278 | | - | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
1282 | 1292 | | |
1283 | 1293 | | |
1284 | 1294 | | |
| |||
0 commit comments