public interface IssueSecurityHelper
Modifier and Type | Method and Description |
---|---|
boolean |
securityLevelNeedsMove(Issue sourceIssue,
Issue targetIssue)
Checks if we possibly want to change the Security Level of an issue that is being moved.
|
boolean securityLevelNeedsMove(Issue sourceIssue, Issue targetIssue)
SecurityLevelSystemField.needsMove(java.util.Collection, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem)
for the actual logic performing the check.sourceIssue
- The original issuetargetIssue
- The new issue we're moving to. Needs to have the new project setCopyright © 2002-2017 Atlassian. All Rights Reserved.