Class IssueSecurityHelperImpl
java.lang.Object
com.atlassian.jira.issue.security.IssueSecurityHelperImpl
- All Implemented Interfaces:
IssueSecurityHelper
Implementation of IssueSecurityHelper
- Since:
- v3.13
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansecurityLevelNeedsMove(Issue sourceIssue, Issue targetIssue) Checks if we possibly want to change the Security Level of an issue that is being moved.
-
Constructor Details
-
IssueSecurityHelperImpl
-
-
Method Details
-
securityLevelNeedsMove
Description copied from interface:IssueSecurityHelperChecks if we possibly want to change the Security Level of an issue that is being moved. SeeSecurityLevelSystemField.needsMove(java.util.Collection, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem)for the actual logic performing the check.- Specified by:
securityLevelNeedsMovein interfaceIssueSecurityHelper- Parameters:
sourceIssue- The original issuetargetIssue- The new issue we're moving to. Needs to have the new project set- Returns:
- true if the security level should be reset on the target issue.
-