On this page

Get-JiraSession

SYNOPSIS

Obtains a reference to the currently saved JIRA session

SYNTAX

Get-JiraSession [<CommonParameters>]

DESCRIPTION

This function obtains a reference to the currently saved JIRA session.

This can provide a JIRA session ID, as well as the username used to connect to JIRA.

EXAMPLES

EXAMPLE 1

New-JiraSession -Credential (Get-Credential jiraUsername)
Get-JiraSession

Creates a Jira session for jiraUsername, then obtains a reference to it.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

[JiraPS.Session]

NOTES

about_JiraPS_Authentication

New-JiraSession