You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team,
I have downloaded project from
https://github.com/Hygieia/hygieia-feature-jira-collector
Setting up application properties and running below command in command prompt
# JIRA CONNECTION DETAILS:
# Enterprise Proxy - ONLY INCLUDE IF YOU HAVE A PROXY
#feature.jiraProxyUrl=http://proxy.com
#feature.jiraProxyPort=9000
feature.jiraBaseUrl=https://xxxxxxx.atlassian.net/
feature.jiraQueryEndpoint=jira/xxxxx/projects/xx/xxx/xx/xx
# For basic authentication, requires username:password as string in base64
# This command will make this for you: echo -n username:password | base64
feature.jiraCredentials=xxxxxxxxxxx(api key)
# OAuth is not fully implemented; please blank-out the OAuth values:
feature.jiraOauthAuthtoken=
feature.jiraOauthRefreshtoken=
feature.jiraOauthRedirecturi=
feature.jiraOauthExpiretime=
running below command in command line
java -jar [collector name].jar --spring.config.name=feature --spring.config.location=[path to application.properties file]
Getting error invalid credentials
2020-11-20 06:38:00,006 [taskScheduler-1] INFO c.c.d.collector.CollectorTask - Getting Collector: Jira
2020-11-20 06:38:00,020 [taskScheduler-1] ERROR c.c.d.collector.DefaultJiraClient - Error in calling JIRA API
com.capitalone.dashboard.misc.******Exception: Invalid Jira credentials