zAgileConnect API Reference (Operations)
ZC Classes
ZC.IssueApi Class
global with sharing virtual class IssueApi extends ZC
Methods
- bulkCreateIssues(List<ZCBeans.IssueTemplate> lstIssues)
Creates multiple Issues from a list of templates. - bulkCreateIssues(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It creates multiple Issues from a list of templates. - bulkUpdateIssues(List<ZCBeans.IssueTemplate> lstIssues)
Updates multiple Jira Issues from a list of templates. - bulkUpdateIssues(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It updates multiple Jira Issues from a list of templates. - createIssue(ZCBeans.IssueTemplate issue)
Creates an Issue from a template. This method must only be used for creating a single Issue. For creating multiple Issues, please refer to bulkCreateIssues. - createIssue(String connectionId, ZCBeans.IssueTemplate issue)
Using a specific Jira Connection ID, It creates an Issue from a template. This method must only be used for creating a single Issue. For creating multiple Issues, please refer to bulkCreateIssues. - createJIRAIssueComment(String issueKeyOrId, String comment)
Create comment in Jira Issue. - createJIRAIssueComment(String connectionId, String issueKeyOrId, String comment)
Using a specific Jira Connection ID, It creates a comment in Jira Issue. - deleteIssue(String issueKey, Id entityId)
Delete a Jira Issue created from a Salesforce entity. - deleteIssue(String connectionId, String issueKey, Id entityId)
Using a specific Jira Connection ID, It deletes a Jira Issue created from a Salesforce entity. - deleteIssues(Set<String> selectedIssueKeys, Id entityId)
Delete a list of Jira Issues created from a Salesforce entity. - deleteIssues(String connectionId, Set<String> selectedIssueKeys, Id entityId)
Using a specific Jira Connection ID, It deletes a list of Jira Issues created from a Salesforce entity. - getAvailableTransitions(String issueKey)
Retrieves available Issue Transitions - getAvailableTransitions(String connectionId, String issueKey)
Using a specific Jira Connection ID, It retrieves available Issue Transitions - linkIssue(String issueKey, Id entityId)
Links an Issue to a specified Salesforce entity. - linkIssue(String connectionId, String issueKey, Id entityId)
Using a specific Jira Connection ID, It links an Issue to a specified Salesforce entity. - linkIssues(Set<String> selectedIssueKeys, Id entityId)
Links a list of Jira Issues to a Salesforce entity. - linkIssues(String connectionId, Set<String> selectedIssueKeys, Id entityId)
Using a specific Jira Connection ID, It links a list of Jira Issues to a Salesforce entity. - postCreateIssueErrorMessage(String errorMessage, ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue creation event to its related Salesforce entity. - postCreateIssueErrorMessage(String connectionId, String errorMessage, ZCBeans.IssueUpsertResult issue)
Using a specific Jira Connection ID, It posts errors of a single Issue creation event to its related Salesforce entity. - postCreateIssueErrorMessage(ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue create to its related Salesforce object. - postCreateIssueErrorMessages(String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue creation events to their relates Salesforce entities. - postCreateIssueErrorMessages(String connectionId, String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Using a specific Jira Connection ID, It posts errors of multiple issue creation events to their relates Salesforce entities. - postCreateIssueErrorMessages(List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue creation events to their relates Salesforce entities. - postErrorMessage(Id entityId, ZCBeans.IssueLinkUnlinkDeleteResult iresults)
Post errors from the result of single link, unlink or delete operation to a target Salesforce entity. - postErrorMessage(String connectionId, Id entityId, ZCBeans.IssueLinkUnlinkDeleteResult iresults)
Using a specific Jira Connection ID, It posts errors from the result of single link, unlink or delete operation to a target Salesforce entity. - postErrorMessages(Id entityId, List<ZCBeans.IssueLinkUnlinkDeleteResult> iresults)
Post errors from results of link, unlink or delete operations to a target Salesforce entity. - postErrorMessages(String connectionId, Id entityId, List<ZCBeans.IssueLinkUnlinkDeleteResult> iresults)
Using a specific Jira Connection ID, It posts errors from results of link, unlink or delete operations to a target Salesforce entity. - postErrorMessages(List<ZCBeans.GenericErrorMessage> errorMessages)
Post errors from a List containing a list of ZCBeans.GenericErrorMessage built by the user. - postErrorMessages(String connectionId, List<ZCBeans.GenericErrorMessage> errorMessages)
Using a specific Jira Connection ID, It posts errors from a List containing a list of ZCBeans.GenericErrorMessage built by the user. - postErrorMessagesToEntity(Id entityId, String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue update events to a target entity Id. - postErrorMessagesToEntity(String connectionId, Id entityId, String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Using a specific Jira Connection ID, It posts errors of multiple issue update events to a target entity Id. - postErrorMessagesToEntity(Id entityId, List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue update events to a target entity Id. - postErrorMessagesToEntity(String connectionId, Id entityId, List<ZCBeans.IssueUpsertResult> lstIssues)
Using a specific Jira Connection ID, It posts errors of multiple issue update events to a target entity Id. - postErrorMessageToEntity(Id entityId, String errorMessage, ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue update - postErrorMessageToEntity(String connectionId, Id entityId, String errorMessage, ZCBeans.IssueUpsertResult issue)
Using a specific Jira Connection ID, It posts errors of a single Issue update - postErrorMessageToEntity(Id entityId, ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue update - postErrorMessageToEntity(String connectionId, Id entityId, ZCBeans.IssueUpsertResult issue)
Using a specific Jira Connection ID, It posts errors of a single Issue update - sendAttachments(Id onErrorEntityID, List<ZCBeans.SalesforceAttachment> attachments)
Perform a request to Jira to download the given Salesforce file(s). - sendAttachments(String connectionId, Id onErrorEntityID, List<ZCBeans.SalesforceAttachment>attachments)
Using a specific Jira Connection ID, It performs a request to Jira to download the given Salesforce file(s). - transitionIssue(String issueKey, ZCBeans.TransitionIssueBean transitionIssueBean)
Performs an Issue transition - transitionIssue(String connectionId, String issueKey, ZCBeans.TransitionIssueBean transitionIssueBean)
Using a specific Jira Connection ID, It performs an Issue transition - unlinkIssue(String issueKey, Id entityId)
Unlink a Jira Issue from a Salesforce entity. - unlinkIssue(String connectionId, String issueKey, Id entityId)
Using a specific Jira Connection ID, It unlinks a Jira Issue from a Salesforce entity. - unlinkIssues(Set<String> selectedIssueKeys, Id entityId)
Unlink a list of Jira Issues from a Salesforce entity. - unlinkIssues(String connectionId, Set<String> selectedIssueKeys, Id entityId)
Using a specific Jira Connection ID, It unlinks a list of Jira Issues from a Salesforce entity. - updateIssue(ZCBeans.IssueTemplate issue)
Update an Issue from a template. This method must only be used for updating a single Issue. For updating multiple Issues, please refer to bulkUpdateIssues. - updateIssue(String connectionId, ZCBeans.IssueTemplate issue)
Using a specific Jira Connection ID, It updates an Issue from a template. This method must only be used for updating a single Issue. For updating multiple Issues, please refer to bulkUpdateIssues. - updateJIRAIssueComment(String issueKeyOrId, String issueCommentId, String comment)
Update a Jira Issue comment. - updateJIRAIssueComment(String connectionId, String issueKeyOrId, String issueCommentId, String comment)
Using a specific Jira Connection ID, It updates a Jira Issue comment. - validateAndSanitizeBulkCreateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issue templates to be created and sanitizes fields not referenced in the issue metadata. - validateAndSanitizeBulkCreateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It validates a list of issue templates to be created and sanitizes fields not referenced in the issue metadata. - validateAndSanitizeBulkUpdateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issues templates to be updated. Sanitizes fields not referenced in the issue metadata. - validateAndSanitizeBulkUpdateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It validates a list of issues templates to be updated. Sanitizes fields not referenced in the issue metadata. - validateBulkCreateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issues templates to be created. - validateBulkCreateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It validates a list of issues templates to be created. - validateBulkUpdateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issue templates to be updated. - validateBulkUpdateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It Validates a list of issue templates to be updated.
global List<ZCBeans.IssueUpsertResult> bulkCreateIssues(List<ZCBeans.IssueTemplate> lstIssues)
Creates multiple Issues from a list of templates.
Parameters
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be created.
Return Value
A list of results corresponding to each template in the input.
Example
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
...
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weOJe'));
...
lstIssues.add(issue);
...
zsfjira.ZCBeans.IssueTemplate issue2 = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weAjo'));
...
lstIssues.add(issue2);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkCreateIssues(lstIssues);
global virtual List<ZCBeans.IssueUpsertResult> bulkCreateIssues(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It creates multiple Issues from a list of templates.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be created.
Return Value
A list of results corresponding to each template in the input.
Example
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
...
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weOJe'));
...
lstIssues.add(issue);
...
zsfjira.ZCBeans.IssueTemplate issue2 = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weAjo'));
...
lstIssues.add(issue2);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkCreateIssues('j01', lstIssues);
global List<ZCBeans.IssueUpsertResult> bulkUpdateIssues(List<ZCBeans.IssueTemplate> lstIssues)
Updates multiple Jira Issues from a list of templates.
Parameters
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be updated.
Return Value
A list of results corresponding to each template of the input.
Example
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
...
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate('SEL-100');
...
lstIssues.add(issue);
...
zsfjira.ZCBeans.IssueTemplate issue2 = new zsfjira.ZCBeans.IssueTemplate('SEL-101');
...
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkUpdateIssues(lstIssues);
global virtual List<ZCBeans.IssueUpsertResult> bulkUpdateIssues(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It updates multiple Jira Issues from a list of templates.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be updated.
Return Value
A list of results corresponding to each template of the input.
Example
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
...
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate('SEL-100');
...
lstIssues.add(issue);
...
zsfjira.ZCBeans.IssueTemplate issue2 = new zsfjira.ZCBeans.IssueTemplate('SEL-101');
...
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkUpdateIssues('j01', lstIssues);
global ZCBeans.IssueUpsertResult createIssue(ZCBeans.IssueTemplate issue)
Creates an Issue from a template. This method must only be used for creating a single Issue. For creating multiple Issues, please refer to bulkCreateIssues.
Parameters
ZCBeans.IssueTemplate issue Issue template representing the issue to be created.
Return Value
An object containing Issue key on successful execution or errors
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000wg9bS'));
...
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.createIssue(issue);
if(iresult.hasError()){
for(String errorMessage:iresult.getErrorMessages()){
System.debug(System.LoggingLevel.ERROR,errorMessage);
}
}else{
System.debug(System.LoggingLevel.INFO,iresult.getIssueKey());
}
global virtual ZCBeans.IssueUpsertResult createIssue(String connectionId, ZCBeans.IssueTemplate issue)
Using a specific Jira Connection ID, It creates an Issue from a template. This method must only be used for creating a single Issue. For creating multiple Issues, please refer to bulkCreateIssues.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
ZCBeans.IssueTemplate issue Issue template representing the issue to be created.
Return Value
An object containing Issue key on successful execution or errors
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000wg9bS'));
...
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.createIssue('j01', issue);
if(iresult.hasError()){
for(String errorMessage:iresult.getErrorMessages()){
System.debug(System.LoggingLevel.ERROR,errorMessage);
}
}else{
System.debug(System.LoggingLevel.INFO,iresult.getIssueKey());
}
global ZCBeans.IssueCommentResult createJIRAIssueComment(String issueKeyOrId, String comment)
Create comment in Jira Issue.
Parameters
String issueKeyOrId The Jira Issue key or Id
String comment Comment body.
Return Value
The result of the operation.
Example
ZCBeans.IssueCommentResult result = zsfjira.ZC.Issues.createJIRAIssueComment('SEL-118','Comment test');
global virtual ZCBeans.IssueCommentResult createJIRAIssueComment(String connectionId, String issueKeyOrId, String comment)
Using a specific Jira Connection ID, It creates a comment in Jira Issue.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String issueKeyOrId The Jira Issue key or Id
String comment Comment body.
Return Value
The result of the operation.
Example
ZCBeans.IssueCommentResult result = zsfjira.ZC.Issues.createJIRAIssueComment('j01', 'SEL-118','Comment test');
global ZCBeans.IssueDeleteResult deleteIssue(String issueKey, Id entityId)
Delete a Jira Issue created from a Salesforce entity.
Parameters
String issueKey The Jira Issue key.
Id entityId The Salesforce entity Id
Return Value
Result of the Delete operation.
Example
zsfjira.ZC.Issues.deleteIssue('TP-1',Id.valueOf('5000H00000xLWAd'));
global virtual ZCBeans.IssueDeleteResult deleteIssue(String connectionId, String issueKey, Id entityId)
Using a specific Jira Connection ID, It deletes a Jira Issue created from a Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String issueKey The Jira Issue key.
Id entityId The Salesforce entity Id
Return Value
Result of the Delete operation.
Example
zsfjira.ZC.Issues.deleteIssue('j01', 'TP-1',Id.valueOf('5000H00000xLWAd'));
global List<ZCBeans.IssueDeleteResult> deleteIssues(Set<String> selectedIssueKeys, Id entityId)
Delete a list of Jira Issues created from a Salesforce entity.
Parameters
Set<String> selectedIssueKeys The Jira Issues to be deleted.
Id entityId The Salesforce entity Id.
Return Value
List of results of the Delete operation.
Example
Set<String> issueKeys=new Set<String>();
issueKeys.add('TP-1');
issueKeys.add('TP-6');
issueKeys.add('TP-7');
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.deleteIssues(issueKeys,Id.valueOf('5000H00000xLWAd'));
global virtual List<ZCBeans.IssueDeleteResult> deleteIssues(String connectionId, Set<String> selectedIssueKeys, Id entityId)
Using a specific Jira Connection ID, It deletes a list of Jira Issues created from a Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Set<String> selectedIssueKeys The Jira Issues to be deleted.
Id entityId The Salesforce entity Id.
Return Value
List of results of the Delete operation.
Example
Set<String> issueKeys=new Set<String>();
issueKeys.add('TP-1');
issueKeys.add('TP-6');
issueKeys.add('TP-7');
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.deleteIssues('j01', issueKeys,Id.valueOf('5000H00000xLWAd'));
global ZCBeans.AvailableTransitionsResult getAvailableTransitions(String issueKey)
Retrieves available Issue Transitions
Parameters
IssueKey Issue Key
Return Value
ZCBeans.AvailableTransitionsResult
Example
ZCBeans.AvailableTransitionsResult availableTransitionsResult = ZC.Issues.getAvailableTransitions('SEL-1019');
global virtual ZCBeans.AvailableTransitionsResult getAvailableTransitions(String connectionId, String issueKey)
Using a specific Jira Connection ID, It retrieves available Issue Transitions
Parameters
String connectionId An internal identifier for a specific Jira Connection.
IssueKey Issue Key
Return Value
ZCBeans.AvailableTransitionsResult
Example
ZCBeans.AvailableTransitionsResult availableTransitionsResult = ZC.Issues.getAvailableTransitions('j01', 'SEL-1019');
global ZCBeans.IssueLinkUnlinkResult linkIssue(String issueKey, Id entityId)
Links an Issue to a specified Salesforce entity.
Parameters
String issueKey The Jira Issue key.
Id entityId The Salesforce entity Id.
Return Value
Result of the Link operation
Example
zsfjira.ZC.Issues.linkIssue('TP-1',Id.valueOf('5000H00000xLWAd'));
global virtual ZCBeans.IssueLinkUnlinkResult linkIssue(String connectionId, String issueKey, Id entityId)
Using a specific Jira Connection ID, It links an Issue to a specified Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String issueKey The Jira Issue key.
Id entityId The Salesforce entity Id.
Return Value
Result of the Link operation
Example
zsfjira.ZC.Issues.linkIssue('j01', 'TP-1',Id.valueOf('5000H00000xLWAd'));
global List<ZCBeans.IssueLinkUnlinkResult> linkIssues(Set<String> selectedIssueKeys, Id entityId)
Links a list of Jira Issues to a Salesforce entity.
Parameters
Set<String> selectedIssueKeys The Jira Issues to be linked.
Id entityId The Salesforce entity Id.
Return Value
List of results of the Link operation.
Example
Set<String> issueKeys=new Set<String>();
issueKeys.add('TP-1');
issueKeys.add('TP-6');
issueKeys.add('TP-7');
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.linkIssues(issueKeys,Id.valueOf('5000H00000xLWAd'));
global virtual List<ZCBeans.IssueLinkUnlinkResult> linkIssues(String connectionId, Set<String> selectedIssueKeys, Id entityId)
Using a specific Jira Connection ID, It links a list of Jira Issues to a Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Set<String> selectedIssueKeys The Jira Issues to be linked.
Id entityId The Salesforce entity Id.
Return Value
List of results of the Link operation.
Example
Set<String> issueKeys=new Set<String>();
issueKeys.add('TP-1');
issueKeys.add('TP-6');
issueKeys.add('TP-7');
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.linkIssues('j01', issueKeys,Id.valueOf('5000H00000xLWAd'));
global void postCreateIssueErrorMessage(String errorMessage, ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue creation event to its related Salesforce entity.
Parameters
String errorMessage A prefix concatenated with the error messages.
ZCBeans.IssueUpsertResult issue The result from a create or validate operation (only error messages will be posted)
Example
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.createIssue(issue);
zsfjira.ZC.Issues.postCreateIssueErrorMessage('Invalid Input',iresult);
global virtual void postCreateIssueErrorMessage(String connectionId, String errorMessage, ZCBeans.IssueUpsertResult issue)
Using a specific Jira Connection ID, It posts errors of a single Issue creation event to its related Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String errorMessage A prefix concatenated with the error messages.
ZCBeans.IssueUpsertResult issue The result from a create or validate operation (only error messages will be posted)
Example
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.createIssue(issue);
zsfjira.ZC.Issues.postCreateIssueErrorMessage('j01','Invalid Input',iresult);
global void postCreateIssueErrorMessage(ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue create to its related Salesforce object.
Parameters
ZCBeans.IssueUpsertResult issue The result from a create or validate operation (only error messages will be posted)
Example
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.createIssue(issue);
zsfjira.ZC.Issues.postCreateIssueErrorMessage(iresult);
global void postCreateIssueErrorMessages(String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue creation events to their relates Salesforce entities.
Parameters
String errorMessage A prefix concatenated with the error messages.
List<ZCBeans.IssueUpsertResult> lstIssues The results from a bulk create or validate operation (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkCreateIssues(lstIssues);
zsfjira.ZC.Issues.postCreateIssueErrorMessages('Invalid Input',iresults);
global virtual void postCreateIssueErrorMessages(String connectionId, String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Using a specific Jira Connection ID, It posts errors of multiple issue creation events to their relates Salesforce entities.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String errorMessage A prefix concatenated with the error messages.
List<ZCBeans.IssueUpsertResult> lstIssues The results from a bulk create or validate operation (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkCreateIssues(lstIssues);
zsfjira.ZC.Issues.postCreateIssueErrorMessages('j01', 'Invalid Input',iresults);
global void postCreateIssueErrorMessages(List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue creation events to their relates Salesforce entities.
Parameters
List<ZCBeans.IssueUpsertResult> lstIssues The results from a bulk create or validate operation (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkCreateIssues(lstIssues);
zsfjira.ZC.Issues.postCreateIssueErrorMessages(iresults);
global void postErrorMessage(Id entityId, ZCBeans.IssueLinkUnlinkDeleteResult iresults)
Post errors from the result of single link, unlink or delete operation to a target Salesforce entity.
Parameters
Id entityId The entity where the errors are going to be posted.
ZCBeans.IssueLinkUnlinkDeleteResult iresult Result from link, unlink or delete operation (only error messages will be posted)
Example
Id caseId = Id.valueOf('5000H00000zdi30');
zsfjira.ZCBeans.IssueLinkUnlinkResult result = zsfjira.ZC.Issues.linkIssue('JP-1',caseId);
zsfjira.ZC.Issues.postErrorMessages(caseId,result);
global virtual void postErrorMessage(String connectionId, Id entityId, ZCBeans.IssueLinkUnlinkDeleteResult iresults)
Using a specific Jira Connection ID, It posts errors from the result of single link, unlink or delete operation to a target Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id entityId The entity where the errors are going to be posted.
ZCBeans.IssueLinkUnlinkDeleteResult iresult Result from link, unlink or delete operation (only error messages will be posted)
Example
Id caseId = Id.valueOf('5000H00000zdi30');
zsfjira.ZCBeans.IssueLinkUnlinkResult result = zsfjira.ZC.Issues.linkIssue('JP-1',caseId);
zsfjira.ZC.Issues.postErrorMessages('j01', caseId,result);
global void postErrorMessages(Id entityId, List<ZCBeans.IssueLinkUnlinkDeleteResult> iresults)
Post errors from results of link, unlink or delete operations to a target Salesforce entity.
Parameters
Id entityId The entity where the errors are going to be posted.
List<ZCBeans.IssueLinkUnlinkDeleteResult> iresults Results from link, unlink or delete operations (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.linkIssues(issueKeys,Id.valueOf('5000H00000xLWAd'));
zsfjira.ZC.Issues.postErrorMessages(Id.valueOf('5000H00000zdi30'),results);
global virtual void postErrorMessages(String connectionId, Id entityId, List<ZCBeans.IssueLinkUnlinkDeleteResult> iresults)
Using a specific Jira Connection ID, It posts errors from results of link, unlink or delete operations to a target Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id entityId The entity where the errors are going to be posted.
List<ZCBeans.IssueLinkUnlinkDeleteResult> iresults Results from link, unlink or delete operations (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.linkIssues(issueKeys,Id.valueOf('5000H00000xLWAd'));
zsfjira.ZC.Issues.postErrorMessages('j01', Id.valueOf('5000H00000zdi30'),results);
global void postErrorMessages(List<ZCBeans.GenericErrorMessage> errorMessages)
Post errors from a List containing a list of ZCBeans.GenericErrorMessage built by the user.
Parameters
List<ZCBeans.GenericErrorMessage> errorMessages, the error messages, each element contains the error and the target(entity Id where it must be posted)
Example
List<ZCBeans.GenericErrorMessage> errorMessages = new List<ZCBeans.GenericErrorMessage>();
postErrorMessages
global virtual void postErrorMessages(String connectionId, List<ZCBeans.GenericErrorMessage> errorMessages)
Using a specific Jira Connection ID, It posts errors from a List containing a list of ZCBeans.GenericErrorMessage built by the user.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<ZCBeans.GenericErrorMessage> errorMessages, the error messages, each element contains the error and the target(entity Id where it must be posted)
Example
List<ZCBeans.GenericErrorMessage> errorMessages = new List<ZCBeans.GenericErrorMessage>();
postErrorMessages
global void postErrorMessagesToEntity(Id entityId, String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue update events to a target entity Id.
Parameters
Id entityId The target entity.
String errorMessage A prefix concatenated with the error messages.
List<ZCBeans.IssueUpsertResult> lstIssues The results from a bulk update or validate operation (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkUpdateIssues(lstIssues);
zsfjira.ZC.Issues.postErrorMessagesToEntity(Id.valueOf('500i000000weOJe'),'Invalid Input',iresults);
global virtual void postErrorMessagesToEntity(String connectionId, Id entityId, String errorMessage, List<ZCBeans.IssueUpsertResult> lstIssues)
Using a specific Jira Connection ID, It posts errors of multiple issue update events to a target entity Id.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id entityId The target entity.
String errorMessage A prefix concatenated with the error messages.
List<ZCBeans.IssueUpsertResult> lstIssues The results from a bulk update or validate operation (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkUpdateIssues(lstIssues);
zsfjira.ZC.Issues.postErrorMessagesToEntity('j01', Id.valueOf('500i000000weOJe'),'Invalid Input',iresults);
global void postErrorMessagesToEntity(Id entityId, List<ZCBeans.IssueUpsertResult> lstIssues)
Post errors of multiple issue update events to a target entity Id.
Parameters
Id entityId The target entity.
List<ZCBeans.IssueUpsertResult> lstIssues The results from a bulk update or validate operation (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkUpdateIssues(lstIssues);
zsfjira.ZC.Issues.postErrorMessagesToEntity(Id.valueOf('500i000000weOJe'),iresults);
global virtual void postErrorMessagesToEntity(String connectionId, Id entityId, List<ZCBeans.IssueUpsertResult> lstIssues)
Using a specific Jira Connection ID, It posts errors of multiple issue update events to a target entity Id.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id entityId The target entity.
List<ZCBeans.IssueUpsertResult> lstIssues The results from a bulk update or validate operation (only error messages will be posted)
Example
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.bulkUpdateIssues(lstIssues);
zsfjira.ZC.Issues.postErrorMessagesToEntity('j01', Id.valueOf('500i000000weOJe'),iresults);
global void postErrorMessageToEntity(Id entityId, String errorMessage, ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue update
Parameters
Id entityId The target entity.
String errorMessage A prefix concatenated with the error messages.
ZCBeans.IssueUpsertResult issue The result from an update or validate operation (only error messages will be posted)
Example
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.updateIssues(issue);
zsfjira.ZC.Issues.postErrorMessageToEntity(Id.valueOf('500i000000weOJe'),'Invalid Input',iresult);
global virtual void postErrorMessageToEntity(String connectionId, Id entityId, String errorMessage, ZCBeans.IssueUpsertResult issue)
Using a specific Jira Connection ID, It posts errors of a single Issue update
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id entityId The target entity.
String errorMessage A prefix concatenated with the error messages.
ZCBeans.IssueUpsertResult issue The result from an update or validate operation (only error messages will be posted)
Example
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.updateIssues(issue);
zsfjira.ZC.Issues.postErrorMessageToEntity('j01', Id.valueOf('500i000000weOJe'),'Invalid Input',iresult);
global void postErrorMessageToEntity(Id entityId, ZCBeans.IssueUpsertResult issue)
Post errors of a single Issue update
Parameters
Id entityId: the target entity
ZCBeans.IssueUpsertResult issue The result from an update or validate operation (only error messages will be posted)
Example
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.updateIssues(issue);
zsfjira.ZC.Issues.postErrorMessageToEntity(Id.valueOf('500i000000weOJe'),iresult);
global virtual void postErrorMessageToEntity(String connectionId, Id entityId, ZCBeans.IssueUpsertResult issue)
Using a specific Jira Connection ID, It posts errors of a single Issue update
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id entityId: the target entity
ZCBeans.IssueUpsertResult issue The result from an update or validate operation (only error messages will be posted)
Example
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.updateIssues(issue);
zsfjira.ZC.Issues.postErrorMessageToEntity('j01', Id.valueOf('500i000000weOJe'),iresult);
global ZCBeans.AttachmentRequestResult sendAttachments(Id onErrorEntityID, List<ZCBeans.SalesforceAttachment> attachments)
Perform a request to Jira to download the given Salesforce file(s).
Parameters
Id onErrorEntityID The entity where the error messages will be posted.
List<ZCBeans.SalesforceAttachment> attachments A list of files.
Return Value
Result of the request (result of the download will be posted to the onErrorEntityID once the operation is completed)
Example
Id fileId = Id.valueOf('0690H00000392W8');
String issueKey = 'SEL-118';
zsfjira.ZCBeans.SalesforceAttachment attachment = new zsfjira.ZCBeans.SalesforceAttachment(fileId,issueKey);
...
zsfjira.ZCBeans.AttachmentRequestResult requestResult = zsfjira.ZC.Issues.sendAttachments(Id.valueOf('5000H00000xLWAd'), attachments);
global virtual ZCBeans.AttachmentRequestResult sendAttachments(String connectionId, Id onErrorEntityID, List<ZCBeans.SalesforceAttachment>attachments)
Using a specific Jira Connection ID, It performs a request to Jira to download the given Salesforce file(s).
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id onErrorEntityID The entity where the error messages will be posted.
List<ZCBeans.SalesforceAttachment> attachments A list of files.
Return Value
Result of the request (result of the download will be posted to the onErrorEntityID once the operation is completed)
Example
Id fileId = Id.valueOf('0690H00000392W8');
String issueKey = 'SEL-118';
zsfjira.ZCBeans.SalesforceAttachment attachment = new zsfjira.ZCBeans.SalesforceAttachment(fileId,issueKey);
...
zsfjira.ZCBeans.AttachmentRequestResult requestResult = zsfjira.ZC.Issues.sendAttachments('j01', Id.valueOf('5000H00000xLWAd'), attachments);
global ZCBeans.TransitionIssueResult transitionIssue(String issueKey, ZCBeans.TransitionIssueBean transitionIssueBean)
Performs an Issue transition
Parameters
IssueKey Issue Key
transitionIssueBean Transition and its fields and comment data
Return Value
ZCBeans.TransitionIssueResult
Example
ZCBeans.AvailableTransitionsResult availableTransitionsResult = ZC.Issues.getAvailableTransitions('SEL-1019');
ZCBeans.TransitionIssueBean transitionIssueBean = availableTransitionsResult.buildIssueTransitionFromName('Stop Progress');
ZCBeans.TransitionIssueResult transitionIssueResult = ZC.Issues.transitionIssue('SEL-1019', transitionIssueBean);
global virtual ZCBeans.TransitionIssueResult transitionIssue(String connectionId, String issueKey, ZCBeans.TransitionIssueBean transitionIssueBean)
Using a specific Jira Connection ID, It performs an Issue transition
Parameters
String connectionId An internal identifier for a specific Jira Connection.
IssueKey IssueKey
transitionIssueBean Transition and its fields and comment data
Return Value
ZCBeans.TransitionIssueResult
Example
ZCBeans.AvailableTransitionsResult availableTransitionsResult = ZC.Issues.getAvailableTransitions('SEL-1019');
ZCBeans.TransitionIssueBean transitionIssueBean = availableTransitionsResult.buildIssueTransitionFromName('Stop Progress');
ZCBeans.TransitionIssueResult transitionIssueResult = ZC.Issues.transitionIssue('j01', 'SEL-1019', transitionIssueBean);
global ZCBeans.IssueLinkUnlinkResult unlinkIssue(String issueKey, Id entityId)
Unlink a Jira Issue from a Salesforce entity.
Parameters
String issueKey The Jira Issue key.
Id entityId The Salesforce entity Id.
Return Value
The results of the Unlink operation.
Example
zsfjira.ZC.Issues.unlinkIssue('TP-1',Id.valueOf('5000H00000xLWAd'));
global virtual ZCBeans.IssueLinkUnlinkResult unlinkIssue(String connectionId, String issueKey, Id entityId)
Using a specific Jira Connection ID, It unlinks a Jira Issue from a Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String issueKey The Jira Issue key.
Id entityId The Salesforce entity Id.
Return Value
The results of the Unlink operation.
Example
zsfjira.ZC.Issues.unlinkIssue('j01', 'TP-1',Id.valueOf('5000H00000xLWAd'));
global List<ZCBeans.IssueLinkUnlinkResult> unlinkIssues(Set<String> selectedIssueKeys, Id entityId)
Unlink a list of Jira Issues from a Salesforce entity.
Parameters
Set<String> selectedIssueKeys The Jira Issues to be unlinked.
Id entityId The Salesforce entity Id.
Return Value
List of results of the Unlink operation.
Example
Set<String> issueKeys=new Set<String>();
issueKeys.add('TP-1');
issueKeys.add('TP-6');
issueKeys.add('TP-7');
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.unlinkIssues(issueKeys,Id.valueOf('5000H00000xLWAd'));
global virtual List<ZCBeans.IssueLinkUnlinkResult> unlinkIssues(String connectionId, Set<String> selectedIssueKeys, Id entityId)
Using a specific Jira Connection ID, It unlinks a list of Jira Issues from a Salesforce entity.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Set<String> selectedIssueKeys The Jira Issues to be unlinked.
Id entityId The Salesforce entity Id.
Return Value
List of results of the Unlink operation.
Example
Set<String> issueKeys=new Set<String>();
issueKeys.add('TP-1');
issueKeys.add('TP-6');
issueKeys.add('TP-7');
List<zsfjira.ZCBeans.IssueLinkUnlinkResult> results = zsfjira.ZC.Issues.unlinkIssues('j01', issueKeys,Id.valueOf('5000H00000xLWAd'));
global ZCBeans.IssueUpsertResult updateIssue(ZCBeans.IssueTemplate issue)
Update an Issue from a template. This method must only be used for updating a single Issue. For updating multiple Issues, please refer to bulkUpdateIssues.
Parameters
ZCBeans.IssueTemplate issue The issue template that represents the issue to be updated.
Return Value
An object containing success or error list.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000wg9bS'));
...
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.updateIssue(issue);
global virtual ZCBeans.IssueUpsertResult updateIssue(String connectionId, ZCBeans.IssueTemplate issue)
Using a specific Jira Connection ID, It updates an Issue from a template. This method must only be used for updating a single Issue. For updating multiple Issues, please refer to bulkUpdateIssues.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
ZCBeans.IssueTemplate issue The issue template that represents the issue to be updated.
Return Value
An object containing success or error list.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000wg9bS'));
...
zsfjira.ZCBeans.IssueUpsertResult iresult = zsfjira.ZC.Issues.updateIssue(issue);
global ZCBeans.IssueCommentResult updateJIRAIssueComment(String issueKeyOrId, String issueCommentId, String comment)
Update a Jira Issue comment.
Parameters
String issueKeyOrId The Jira Issue key or Id.
String issueCommentId The Comment Id.
String comment: Comment body.
Return Value
The result of the operation.
Example
ZCBeans.IssueCommentResult result = ZC.Issues.updateJIRAIssueComment('SEL-118','12693','Comment test(edited)');
global virtual ZCBeans.IssueCommentResult updateJIRAIssueComment(String connectionId, String issueKeyOrId, String issueCommentId, String comment)
Using a specific Jira Connection ID, It updates a Jira Issue comment.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String issueKeyOrId The Jira Issue key or Id.
String issueCommentId The Comment Id.
String comment: Comment body.
Return Value
The result of the operation.
Example
ZCBeans.IssueCommentResult result = ZC.Issues.updateJIRAIssueComment('j01', 'SEL-118','12693','Comment test(edited)');
global List<ZCBeans.IssueUpsertResult> validateAndSanitizeBulkCreateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issue templates to be created and sanitizes fields not referenced in the issue metadata.
Parameters
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be created.
Return Value
A list of results for each template containing appropriate errors or warnings based on the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weOJe'));
...
List<zsfjira.ZCBeans.IssueTemplate> lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateAndSanitizeBulkCreateIssuesInput(lstIssues);
global virtual List<ZCBeans.IssueUpsertResult> validateAndSanitizeBulkCreateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It validates a list of issue templates to be created and sanitizes fields not referenced in the issue metadata.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be created.
Return Value
A list of results for each template containing appropriate errors or warnings based on the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weOJe'));
...
List<zsfjira.ZCBeans.IssueTemplate> lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateAndSanitizeBulkCreateIssuesInput('j01', lstIssues);
global List<ZCBeans.IssueUpsertResult> validateAndSanitizeBulkUpdateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issues templates to be updated. Sanitizes fields not referenced in the issue metadata.
Parameters
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be updated
Return Value
A list of results for each template; each result may contain errors or warnings as a result of the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate('SEL-120');
...
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateAndSanitizeBulkCreateIssuesInput(lstIssues);
global virtual List<ZCBeans.IssueUpsertResult> validateAndSanitizeBulkUpdateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It validates a list of issues templates to be updated. Sanitizes fields not referenced in the issue metadata.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be updated
Return Value
A list of results for each template; each result may contain errors or warnings as a result of the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate('SEL-120');
...
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateAndSanitizeBulkCreateIssuesInput('j01', lstIssues);
global List<ZCBeans.IssueUpsertResult> validateBulkCreateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issues templates to be created.
Parameters
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be created.
Return Value
A list of results for each template containing errors based on the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weOJe'));
...
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateBulkCreateIssuesInput(lstIssues);
global virtual List<ZCBeans.IssueUpsertResult> validateBulkCreateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It validates a list of issues templates to be created.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be created.
Return Value
A list of results for each template containing errors based on the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate(Id.valueOf('500i000000weOJe'));
...
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateBulkCreateIssuesInput('j01', lstIssues);
global List<ZCBeans.IssueUpsertResult> validateBulkUpdateIssuesInput(List<ZCBeans.IssueTemplate> lstIssues)
Validates a list of issue templates to be updated.
Parameters
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be updated.
Return Value
A list of results for each template, each result may contain errors as a result of the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate('SEL-123');
...
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateBulkUpdateIssuesInput(lstIssues);
global virtual List<ZCBeans.IssueUpsertResult> validateBulkUpdateIssuesInput(String connectionId, List<ZCBeans.IssueTemplate> lstIssues)
Using a specific Jira Connection ID, It Validates a list of issue templates to be updated.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<ZCBeans.IssueTemplate> lstIssues List of templates representing the issues to be updated.
Return Value
A list of results for each template, each result may contain errors as a result of the validation.
Example
zsfjira.ZCBeans.IssueTemplate issue = new zsfjira.ZCBeans.IssueTemplate('SEL-123');
...
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = new List<zsfjira.ZCBeans.IssueTemplate>();
lstIssues.add(issue);
...
List<zsfjira.ZCBeans.IssueUpsertResult> iresults = zsfjira.ZC.Issues.validateBulkUpdateIssuesInput('j01', lstIssues);
ZC.IssueFactory Class
global with sharing virtual class IssueFactory extends ZC
Methods
- buildCreateTemplateFromMapping(Id entityId)
Builds an Issue template from an entity Id. The resulting template is populated based on the mapped fields. - buildCreateTemplateFromMapping(String connectionId, Id entityId)
Using a specific Jira Connection ID, It builds an Issue template from an entity Id. The resulting template is populated based on the mapped fields. - buildCreateTemplateFromMapping(List<Id> entityIds)
Builds a list of templates from a list of entities. The returned list comprises of templates populated from their corresponding entities with the mapped fields. - buildCreateTemplateFromMapping(String connectionId, List<Id> entityIds)
Using a specific Jira Connection ID, it builds a list of templates from a list of entities. The returned list comprises of templates populated from their corresponding entities with the mapped fields. - buildUpdateTemplateFromMapping(String issueKey)
Builds a template from an existent issue using fields from its related Salesforce parent object based on the configured field mapping. - buildUpdateTemplateFromMapping(String connectionId, String issueKey)
Using a specific Jira Connection ID, it builds a template from an existent issue using fields from its related Salesforce parent object based on the configured field mapping. - buildUpdateTemplateFromMapping(Set<String> issueKeys)
Builds a list of templates from a list of issues. The returned list comprises of templates populated with the mapped fields from the parent Salesforce objects. - buildUpdateTemplateFromMapping(String connectionId, Set<String> issueKeys)
Using a specific Jira Connection ID, It builds a list of templates from a list of issues. The returned list comprises of templates populated with the mapped fields from the parent Salesforce objects.
global ZCBeans.IssueTemplate buildCreateTemplateFromMapping(Id entityId)
Builds an Issue template from an entity Id. The resulting template is populated based on the mapped fields.
Parameters
Id entityId Entity from where it will extract the fields for building the issue template.
Return Value
The template populated with the entity fields.
Example
zsfjira.ZCBeans.IssueTemplate issue = zsfjira.ZC.IssueFactory.buildCreateTemplateFromMapping(Id.valueOf('500i000000weOJe'));
global virtual ZCBeans.IssueTemplate buildCreateTemplateFromMapping(String connectionId, Id entityId)
Using a specific Jira Connection ID, It builds an Issue template from an entity Id. The resulting template is populated based on the mapped fields.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Id entityId Entity from where it will extract the fields for building the issue template (e.g., a Case ID).
Return Value
The template populated with the entity fields.
Example
zsfjira.ZCBeans.IssueTemplate issue = zsfjira.ZC.IssueFactory.buildCreateTemplateFromMapping('j01', Id.valueOf('500i000000weOJe'));
global List<ZCBeans.IssueTemplate> buildCreateTemplateFromMapping(List<Id> entityIds)
Builds a list of templates from a list of entities. The returned list comprises of templates populated from their corresponding entities with the mapped fields.
Parameters
List<Id> entityIds The list of entities from where it will extract fields for building the templates.
Return Value
List of templates.
Example
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = zsfjira.ZC.IssueFactory.buildCreateTemplateFromMapping(new List<Id>{Id.valueOf('500i000000weOJe'),Id.valueOf('500i000000x8OJx')});
global virtual List<ZCBeans.IssueTemplate> buildCreateTemplateFromMapping(String connectionId, List<Id> entityIds)
Using a specific Jira Connection ID, it builds a list of templates from a list of entities. The returned list comprises of templates populated from their corresponding entities with the mapped fields.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
List<Id> entityIds The list of entities from where it will extract fields for building the templates (e.g., Case IDs).
Return Value
A list of templates.
Example
List<zsfjira.ZCBeans.IssueTemplate> lstIssues = zsfjira.ZC.IssueFactory.buildCreateTemplateFromMapping('j01', new List<Id>{Id.valueOf('500i000000weOJe'), Id.valueOf('500i000000x8OJx')});
global ZCBeans.IssueTemplate buildUpdateTemplateFromMapping(String issueKey)
Builds a template from an existent issue using fields from its related Salesforce parent object based on the configured field mapping.
Parameters
String issueKey The Jira Issue that the method will use for building the template based on its related Salesforce parent object.
Return Value
A template containing issue fields populated from the corresponding Salesforce parent object. The method returns null if the issue was not created from Salesforce.
Example
zsfjira.ZCBeans.IssueTemplate issue = zsfjira.ZC.IssueFactory.buildUpdateTemplateFromMapping('SEL-102');
global virtual ZCBeans.IssueTemplate buildUpdateTemplateFromMapping(String connectionId, String issueKey)
Using a specific Jira Connection ID, it builds a template from an existent issue using fields from its related Salesforce parent object based on the configured field mapping.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
String issueKey The Jira Issue that the method will use for building the template based on its related Salesforce parent object.
Return Value
A template containing issue fields populated from the corresponding Salesforce parent object. The method returns null if the issue was not created from Salesforce.
Example
zsfjira.ZCBeans.IssueTemplate issue = zsfjira.ZC.IssueFactory.buildUpdateTemplateFromMapping('j01','SEL-102');
global List<ZCBeans.IssueTemplate> buildUpdateTemplateFromMapping(Set<String> issueKeys)
Builds a list of templates from a list of issues. The returned list comprises of templates populated with the mapped fields from the parent Salesforce objects.
Parameters
Set<String> issueKeys Issue keys that the method will use for building the templates based on their corresponding Salesforce entities.
Return Value
A list of templates containing issues populated with fields from the parent Salesforce objects. The method will not return templates for issues not created from Salesforce.
Example
List<zsfjira.ZCBeans.IssueTemplate>lstIssues = zsfjira.ZC.IssueFactory.buildUpdateTemplateFromMapping(new Set<String> {'SEL-102','SEL-103'});
global virtual List<ZCBeans.IssueTemplate> buildUpdateTemplateFromMapping(String connectionId, Set<String> issueKeys)
Using a specific Jira Connection ID, It builds a list of templates from a list of issues. The returned list comprises of templates populated with the mapped fields from the parent Salesforce objects.
Parameters
String connectionId An internal identifier for a specific Jira Connection.
Set<String> issueKeys Issue keys that the method will use for building the templates based on their corresponding Salesforce entities.
Return Value
A list of templates containing issues populated with fields from the parent Salesforce objects. The method will not return templates for issues not created from Salesforce.
Example
List<zsfjira.ZCBeans.IssueTemplate> lstIssues = zsfjira.ZC.IssueFactory.buildUpdateTemplateFromMapping('j01', new Set<String> {'SEL-102','SEL-103'});