Obtains a reference to the currently saved JIRA session
Get-JiraSession [<CommonParameters>]
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.
New-JiraSession -Credential (Get-Credential jiraUsername)
Get-JiraSession
Creates a Jira session for jiraUsername, then obtains a reference to it.
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).