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
Calling New-JiraSession fails if executing in an environment where the folder returned by [System.Environment]::GetFolderPath('ApplicationData') doesn't exist yet. This happens frequently in embedded/serverless environments.
Steps To Reproduce
Use an embedded/serverless execution platform (e.g. AWS Lambda) to import JiraPS
Call New-JiraSession
Expected behavior
JiraPS creates specified config directory, even if it doesn't exist yet
Screenshots
Your Environment
JiraPS 2.14.7
Possible Solution
Adjusting GetFolderPath calls to include "Create" should fix this.
The text was updated successfully, but these errors were encountered:
Description
Calling
New-JiraSession
fails if executing in an environment where the folder returned by[System.Environment]::GetFolderPath('ApplicationData')
doesn't exist yet. This happens frequently in embedded/serverless environments.Steps To Reproduce
New-JiraSession
Expected behavior
JiraPS creates specified config directory, even if it doesn't exist yet
Screenshots
Your Environment
JiraPS 2.14.7
Possible Solution
Adjusting
GetFolderPath
calls to include"Create"
should fix this.The text was updated successfully, but these errors were encountered: