KnisterPeter / vscode-jira

JIRA integration for vscode
MIT License
25 stars 8 forks source link

No JIRA client configured. Setup baseUrl, projectNames, username and password #17

Closed saumilsdk closed 4 years ago

saumilsdk commented 6 years ago

I have added the baseUrl and projectNames as well still it doesn't work

balexandre commented 6 years ago

same here, but I found out the pwd was wrong...

try this:

in .vscode/settings.json write the baseurl and projectNames

{
    "jira.baseUrl": "https://yourclientname.atlassian.net\/",
    "jira.projectNames": "Your project KEY name"
}

then, bring the command palette with Ctrl + Shift + P (if Windows) and choose Reload Window

and after reloaded, open the command palette once again and choose Jira: setup credentials and add your email and password, or username and password (they both work).

KnisterPeter commented 6 years ago

The extension needs better error management and reporting. Thanks for reporting back.

fr-yunho commented 6 years ago

@balexandre you saved my time! thx!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.