public/utility/Close-JiraSession.ps1

function Close-JiraSession() {
    process {
        $Global:PowerJira.Session = $null
    }
}