Method JiraIntegration.SetCredentials
Overrides JIRA Credentials for Current ZAPTEST InstanceUsage
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");
Comment
Set JIRA credentials