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

Method JiraIntegration.Enable

Enables/Disables Automatic Posting Issues to JIRA Server

Usage

Function ZAP.JiraIntegration.Enable( 
	Boolean IsReportEnabled [Optional]
)

Parameters

IsReportEnabled (optional)

Type: Boolean

Default value: true

Enable JIRA Integration

Returns

No return value

Example

VBScript

Zap.JiraIntegration.Enable true

JavaScript

Zap.JiraIntegration.Enable(true);

Documentation Categories

ZAPTEST

FARM

LOAD