public class IssueSecurityHelperImpl extends Object implements IssueSecurityHelper
IssueSecurityHelper
Constructor and Description |
---|
IssueSecurityHelperImpl(FieldLayoutManager fieldLayoutManager) |
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.
|
public IssueSecurityHelperImpl(FieldLayoutManager fieldLayoutManager)
public boolean securityLevelNeedsMove(Issue sourceIssue, Issue targetIssue)
IssueSecurityHelper
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.securityLevelNeedsMove
in interface IssueSecurityHelper
sourceIssue
- The original issuetargetIssue
- The new issue we're moving to. Needs to have the new project setCopyright © 2002-2024 Atlassian. All Rights Reserved.