@PublicApi public interface IssueToSubTaskConversionService extends IssueConversionService
| Modifier and Type | Method and Description |
|---|---|
void |
validateParentIssue(JiraServiceContext context,
Issue issue,
Issue parentIssue,
String fieldNameParentIssueKey)
Validates the given parent issue key for issue key.
|
canConvertIssue, convertIssue, getFieldLayoutItems, getRemovedFields, hasPermission, isStatusChangeRequired, populateFields, preStoreUpdates, validateFields, validateTargetIssueType, validateTargetStatusvoid validateParentIssue(JiraServiceContext context, Issue issue, Issue parentIssue, String fieldNameParentIssueKey)
context - jira service contextissue - issue to convertparentIssue - possible parrent issue to checkfieldNameParentIssueKey - form field name of the parrent issue keyCopyright © 2002-2018 Atlassian. All Rights Reserved.