< Back

Set-JiraConfigServer

Thu Jan 16, 2020 8:18 am

NAME 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.





PARAMETERS

-Server <Uri>

The base URL of the Jira instance.



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<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

[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 (https://github.com/AtlassianPS/JiraPS/issues/194)



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



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



This example defines 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

Get-JiraConfigServer