Package | Description |
---|---|
com.atlassian.jira.plugins.share | |
com.atlassian.jira.plugins.share.rest | |
com.atlassian.jira.plugins.share.util |
Modifier and Type | Field and Description |
---|---|
protected ShareBean |
ShareService.ValidateShareResult.shareBean |
Modifier and Type | Method and Description |
---|---|
ShareBean |
ShareService.ValidateShareResult.getShareBean() |
Modifier and Type | Method and Description |
---|---|
ShareService.ValidateShareIssueResult |
ShareService.validateShareIssue(ApplicationUser remoteUser,
ShareBean shareBean,
Issue issue)
Confirms that the shareBean 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.ValidateShareIssueResult |
ShareServiceImpl.validateShareIssue(ApplicationUser remoteUser,
ShareBean shareBean,
Issue issue) |
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) |
Constructor and Description |
---|
ValidateShareIssueResult(ErrorCollection errorCollection,
ApplicationUser remoteUser,
ShareBean shareBean,
Issue issue) |
ValidateShareResult(ErrorCollection errorCollection,
ApplicationUser remoteUser,
ShareBean shareBean) |
ValidateShareSearchRequestResult(ErrorCollection errorCollection,
ApplicationUser remoteUser,
ShareBean shareBean,
SearchRequest SearchRequest) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ShareResource.shareIssue(String issueKey,
ShareBean shareBean)
Shares an issue via email with a number of users and email-addressees
|
javax.ws.rs.core.Response |
ShareResource.shareSearch(ShareBean shareBean)
Shares a jql search via e-mail.
|
javax.ws.rs.core.Response |
ShareResource.shareSearchRequest(Long id,
ShareBean shareBean)
Shares a saved filter via e-mail.
|
Modifier and Type | Method and Description |
---|---|
List<NotificationRecipient> |
NotificationRecipientUtil.getRecipients(ShareBean shareBean) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.