Package | Description |
---|---|
com.atlassian.jira.plugins.share | |
com.atlassian.jira.plugins.share.search |
Modifier and Type | Method and Description |
---|---|
ShareService.ValidateShareSearchRequestResult |
ShareService.validateShareSearchRequest(ApplicationUser remoteUser,
ShareBean shareBean,
SearchRequest searchRequest)
Confirms that the shareRequest param contains either usernames or e-mails and also validates that the user
performing this operation has the permission to view other users in this JIRA instance.
|
ShareService.ValidateShareSearchRequestResult |
ShareServiceImpl.validateShareSearchRequest(ApplicationUser remoteUser,
ShareBean shareBean,
SearchRequest searchRequest) |
Modifier and Type | Method and Description |
---|---|
void |
ShareService.shareSearchRequest(ShareService.ValidateShareSearchRequestResult result)
Given a valid ValidateShareIssueResult this method will send an e-mail to the users and fire a
ShareJqlEvent or ShareSearchRequestEvent
depending on if a saved filter was passed to the validate method. |
void |
ShareServiceImpl.shareSearchRequest(ShareService.ValidateShareSearchRequestResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ShareSearchRequestService.shareSearchRequest(ShareService.ValidateShareSearchRequestResult result) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.