Obtains the configured URL for the JIRA server
Get-JiraConfigServer [[-ConfigFile] <String>] [<CommonParameters>]
This function returns the configured URL for the JIRA server that JiraPS should manipulate.
Get-JiraConfigServer
Returns the server URL of the JIRA server configured for the JiraPS module.
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).
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