Defines the configured URL for the JIRA server
Set-JiraConfigServer [-Server] <Uri> [<CommonParameters>]
This function defines the configured URL for the JIRA server that JiraPS should manipulate.
Set-JiraConfigServer 'https://jira.example.com:8080'
This example defines the server URL of the JIRA server configured for the JiraPS module.
The base URL of the Jira instance.
Type: Uri
Parameter Sets: (All)
Aliases: Uri
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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 the next major release. This can be tracked in JiraPS#194