Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method JiraIntegration.SetCredentials

Overrides JIRA Credentials for Current ZAPTEST Instance

Usage

Function ZAP.JiraIntegration.SetCredentials( 
	String Username,
	String Password
)

Parameters

Username

Type: String

JIRA username

Password

Type: String

JIRA password

Returns

No return value

Example

VBScript

Zap.JiraIntegration.SetCredentials "demoUser", "password"

JavaScript

Zap.JiraIntegration.SetCredentials("demoUser", "password");

Documentation Categories

ZAPTEST

FARM

LOAD