-
Hello! I am excited to use this, but can't seem to log in. I am using Windows 10, Powershell. I downloaded the latest release, not the new beta. We have a local version of Jira, and we use active directory for our user accounts. I think I am having trouble actually setting an environment variable. I have tried setting the environment variable in the following ways:
and when I run the init:
I get the error
any thoughts? I know it is trying my account because I have been having to clear login attempts to bypass captchas all day. I think it is the variable, perhaps I am confused as to what I set this variable to. EDIT: formatting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok I solved this issue. You MUST add the variable to the profile I am getting used to powershell, I am so used to bash. |
Beta Was this translation helpful? Give feedback.
Ok I solved this issue. You MUST add the variable to the profile
vim $profile
Opens profile path in vim$JIRA_API_TOKEN = "mypassword/myAPIToken"
Reset the terminal window
I am getting used to powershell, I am so used to bash.