In SKARA-2386, we are using the issueProject name as the key of different maps in PullRequestBotFactory. But they are not unified.
For issueProjectMap, the key is the full name of the issue project like "bugs/JDK". For other maps, the key is only the project name like "JDK".
This will make the factory not be able to generate IssueBot correctly.
Currently, I think maybe it's better to revertSKARA-2386 and cache the issueProject in JiraHost to fix the problem.
For issueProjectMap, the key is the full name of the issue project like "bugs/JDK". For other maps, the key is only the project name like "JDK".
This will make the factory not be able to generate IssueBot correctly.
Currently, I think maybe it's better to revert
- relates to
-
SKARA-2386 PullRequestBotFactory creates too many IssueBots
- Resolved
- links to
-
Commit(master) openjdk/skara/86977587
-
Review(master) openjdk/skara/1690