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