On this page

Set-JiraConfigServer

SYNOPSIS

Defines the configured URL for the JIRA server

SYNTAX

Set-JiraConfigServer [-Server] <Uri> [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

Set-JiraConfigServer 'https://jira.example.com:8080'

This example defines the server URL of the JIRA server configured for the JiraPS module.

PARAMETERS

-Server

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

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

[String]

OUTPUTS

[System.String]

NOTES

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

about_JiraPS_Authentication

Get-JiraConfigServer