Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

VersionOne is showing kanban results but not sprint results #2

Open
zerolaser opened this issue May 16, 2019 · 1 comment
Open

VersionOne is showing kanban results but not sprint results #2

zerolaser opened this issue May 16, 2019 · 1 comment

Comments

@zerolaser
Copy link

I found this in issue hygieia/hygieia#1929

make sure token has full privileges to access data of version one and check application.properties file url of version one.

I have project lead privileges in versionOne. with this I was able to retrieve kanban results but no scrum results.

Kanban results
image

No scrum results
image

I checked the logs for any issues I only this
This is what I see when the collector starts

2019-05-08 20:57:49,668 INFO  o.s.c.c.c.ConfigServicePropertySourceLocator - Fetching config from server at: http://localhost:8888
2019-05-08 20:57:49,902 WARN  o.s.c.c.c.ConfigServicePropertySourceLocator - Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/application/default": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)
2019-05-08 20:57:49,904 INFO  com.capitalone.dashboard.Application - No profiles are active
2019-05-08 20:57:49,939 INFO  o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@119acf47: startup date [Wed May 08 20:57:49 UTC 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@c19732f

I see this log frequently when the collector starts pulling in the information.

teaminfo.st 3:7: \n in string
teaminfo.st 4:13: \n in string
2019-05-16 19:01:02,696 INFO  c.c.d.collector.StoryDataClient - Process took :2.549869808 seconds to update
projectinfo.st 1:40: \n in string
projectinfo.st 2:7: \n in string
projectinfo.st 3:7: \n in string
projectinfo.st 4:12: \n in string
projectinfo.st 5:10: \n in string
2019-05-16 19:01:03,083 INFO  c.c.d.collector.StoryDataClient - Process took :0.375212765 seconds to update
story.st 1:34: \n in string
story.st 2:7: \n in string
story.st 3:9: \n in string
story.st 4:7: \n in string
story.st 5:14: \n in string
2019-05-16 19:01:09,787 INFO  c.c.d.collector.StoryDataClient - Process took :6.701814041 seconds to update
2019-05-16 19:01:09,787 INFO  c.c.d.collector.FeatureCollectorTask - Feature Data Collection Finished

Here's my application.properties file

dbname=dashboarddb
dbusername=hygieia
dbpassword=hygieiapassword
dbhost=localhost
dbport=27017
dbreplicaset=false
dbhostport=localhost:27017
logging.file=./logs/versionone.log
feature.pageSize=2000
feature.deltaStartDate=2016-03-01T00:00:00.000000
feature.masterStartDate=2016-03-01T00:00:00.000000
feature.deltaCollectorItemStartDate=2016-03-01T00:00:00.000000
feature.cron=0 * * * * *
feature.versionOneBaseUri=https://versionone-url/
feature.versionOneAccessToken=MYTOKEN
feature.sprintEndPrior=7
feature.epicQuery=epicinfo
feature.memberQuery=memberinfo
feature.sprintQuery=sprintinfo
feature.queryFolder=v1api-queries
feature.storyQuery=story
feature.projectQuery=projectinfo
feature.teamQuery=teaminfo
feature.trendingQuery=trendinginfo

@Sbrenthughes ^

@Sbrenthughes
Copy link

@zerolaser This will take some time to look into. I am not familiar with this collector and we don't use VersionOne.

@rvema rvema transferred this issue from hygieia/hygieia Aug 15, 2019
@rvema rvema transferred this issue from hygieia/hygieia-feature-jira-collector Sep 13, 2019
rvema added a commit that referenced this issue Oct 31, 2019
Fix for issue #2
@rvema rvema mentioned this issue Oct 31, 2019
1 task
rvema added a commit that referenced this issue Oct 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants