Class SplitIssueService.IssueData
java.lang.Object
com.atlassian.greenhopper.web.rapid.plan.SplitIssueService.IssueData
- Enclosing interface:
- SplitIssueService
Represents summary and estimate overrides for new issues that need to be created as a result of the split. Other
fields are copied from the original issue being split.
Alternatively, could also represent updates to the original issue being split.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDestinationId(String destinationId) voidsetEstimate(String estimate) voidsetEstimateFieldId(String estimateFieldId) voidsetSummary(String summary)
-
Constructor Details
-
IssueData
public IssueData() -
IssueData
-
-
Method Details
-
getSummary
-
setSummary
-
getEstimate
-
setEstimate
-
getEstimateFieldId
-
setEstimateFieldId
-
getDestinationId
-
setDestinationId
-