You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting the past couple of weeks, i've started getting this error trying to use JiraPS:
Invoke-JiraMethod : For security reasons Jira requires you to log on to the website before continuing.
Trying to move to using a personal access token doesn't seem to work either.
also not working:
$cred3 = Get-Credential -UserName $username -Message "mypersonalaccesstokenhere"
#at this point it asks for my password - I enter it
New-JiraSession -Credential $cred3
In fact, I get this error on that one:
Invoke-JiraMethod : The user could not be authenticated.
Expected behavior
To log in.
Screenshots
Your Environment
Possible Solution
My only idea is something to do with our local jira instance, but even the documentation barely covers using PATs.
The text was updated successfully, but these errors were encountered:
Description
Starting the past couple of weeks, i've started getting this error trying to use JiraPS:
Invoke-JiraMethod : For security reasons Jira requires you to log on to the website before continuing.
Trying to move to using a personal access token doesn't seem to work either.
Steps To Reproduce
also not working:
$cred3 = Get-Credential -UserName $username -Message "mypersonalaccesstokenhere"
#at this point it asks for my password - I enter it
New-JiraSession -Credential $cred3
In fact, I get this error on that one:
Invoke-JiraMethod : The user could not be authenticated.
Expected behavior
To log in.
Screenshots
Your Environment
Possible Solution
My only idea is something to do with our local jira instance, but even the documentation barely covers using PATs.
The text was updated successfully, but these errors were encountered: