UI
UI copied to clipboard
Feature config widget cannot propose projects or teams
Hello,
I am using versions
UI: master API: 3.3.2-SNAPSHOT jira-feature-collector: 3.2.0-SNAPSHOT
When I start the jira collector it says it collected teams and projects
2020-10-28 13:04:05,866 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Project Data Collected 102 0s 2020-10-28 13:04:05,892 [taskScheduler-1] INFO c.c.d.collector.FeatureCollectorTask - Collected 229 teams and 102 projects 2020-10-28 13:04:05,894 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Finished 2s 2020-10-28 13:04:05,894 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Finished running Collector=Jira timeTaken=2870 collectorItems=0 2020-10-28 13:05:00,006 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Getting Collector: Jira
When I look in the database I see data in the teams and scope table however In the UI the teams and project dropdown cannot be populated.
The api call endPoint=/api/collector/item/type/searchField/AgileTool returns and empty array
Are these versions compatible with each other?
@jbadeau Those versions are compatible. Similar to your other query, can you share what you're populating the widgets with specifically?
I have now installed the old ui which i assume is using the old api and everything is working fine (made a few bug fixes). So i can only assume that the new ui is either calling the old apis wrong or the new apis are not 100% backwards compatible.
@jbadeau is the old UI working similarly in your other query?
Can you help me look at the project I put together? https://github.com/wanggerui/Hygieia-simple.git There are a lot of questions:
- The widget has no data
- Sonar only has static analysis, and the rest of security has no data
- Jira only has open data and its details, without WIP and DONE data
I will posting the fix tomorrow here: https://github.com/jbadeau/hygieia