UI icon indicating copy to clipboard operation
UI copied to clipboard

Feature config widget cannot propose projects or teams

Open jbadeau opened this issue 4 years ago • 5 comments

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 avatar Oct 28 '20 12:10 jbadeau

@jbadeau Those versions are compatible. Similar to your other query, can you share what you're populating the widgets with specifically?

Courtneyp123 avatar Nov 03 '20 14:11 Courtneyp123

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 avatar Nov 05 '20 02:11 jbadeau

@jbadeau is the old UI working similarly in your other query?

Courtneyp123 avatar Nov 05 '20 20:11 Courtneyp123

Can you help me look at the project I put together? https://github.com/wanggerui/Hygieia-simple.git There are a lot of questions:

  1. The widget has no data
  2. Sonar only has static analysis, and the rest of security has no data
  3. Jira only has open data and its details, without WIP and DONE data

wanggerui avatar Dec 15 '20 03:12 wanggerui

I will posting the fix tomorrow here: https://github.com/jbadeau/hygieia

jbadeau avatar Dec 15 '20 23:12 jbadeau