< Back

Get-JiraConfigServer

Thu Jan 16, 2020 7:48 am

NAME Get-JiraConfigServer



SYNOPSIS

Obtains the configured URL for the JIRA server





SYNTAX

Get-JiraConfigServer [<CommonParameters>]





DESCRIPTION

This function returns the configured URL for the JIRA server that JiraPS should manipulate.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

[System.String]







NOTES





Support for multiple configuration files is limited at this point in time, but enhancements are planned for a

future update.



<https://github.com/AtlassianPS/JiraPS/issues/45> <https://github.com/AtlassianPS/JiraPS/issues/194>



-------------------------- EXAMPLE 1 --------------------------



Get-JiraConfigServer



Returns the server URL of the JIRA server configured for the JiraPS module.



RELATED LINKS

Online Version: https://atlassianps.org/docs/JiraPS/com ... figServer/

about_JiraPS_Authentication