hygieia / hygieia-feature-rally-collector

Hygieia Collector for Rally
https://github.com/capitalone/Hygieia/blob/gh-pages/pages/hygieia/collectors/feature/rally.md
Apache License 2.0
0 stars 3 forks source link

Unable to fetch features from Rally #3

Open vinodbhargava opened 5 years ago

vinodbhargava commented 5 years ago

Hi, I need help with configuring Feature widget with Rally Collector. Any help will be appreciated. Below are the details that i am able to achieve after configuring Rally Collector -

I am able to fetch data for following -

  1. Iterations
  2. Stories

But when i am trying to configure Feature widget, i am able to select Rally as the source, but no Team details and projects are available after that.

Please suggest if I am doing anything wrong or Feature widget cannot be configured for Rally.

Sbrenthughes commented 5 years ago

Can you paste the log and your properties file?

vinodbhargava commented 5 years ago

`

Properties file content

dbname=demodb dbhost=localhost dbport=27017 dbreplicaset=false dbusername=demouser dbpassword=demopwd rally.cron=0 0/5 rally.servers[0]=https://rally1.rallydev.com/ rally.usernames[0]=username rally.passwords[0]=password

log file screenshot

`

hygieia_logs

vinodbhargava commented 5 years ago

Using the above, i am able to get the burn down graph of an iteration for the rally widget, but unable to configure Feature widget for Rally

Sbrenthughes commented 5 years ago

Can you verify that feature data is being added to the db? It could be that it just isn't being pulled because of some UI changes.

Sbrenthughes commented 5 years ago

@vinodbhargava any update

dwij2812 commented 4 years ago

@Sbrenthughes i am also facing a similar issue, I am able to see the iteration burndown graphs but the user story counts is always zero, also checked the same in the DB and it shows as 0 there too in the corresponding documents from where the UI reads the stats. Attaching Screenshots for the same:

image

image