function Use-ProductionJira { [CmdletBinding()] param() Set-EnvironmentVariable -Name "JIRA_BEARERTOKEN" -StoreName Process -Value (Get-EnvironmentVariable -Name "JIRA_BEARERTOKEN_PROD" -StoreName User) Set-EnvironmentVariable -Name JIRA_URL -Value "https://jira.alkami.com/" -StoreName Process }