-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Labels:
-
Similar Issues:
reload-job tries to find a nearest job for a hint if specified job isn't found.
Unfortunately, it tries to search it only through AbstractProject so other types are ignored completely.
The similar code is in AbstractItem.resolveForCLI().