@PublicApi @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public interface RequestFeedbackDetailsService
Modifier and Type | Method and Description |
---|---|
RequestFeedbackDetails |
getRequestFeedbackDetails(com.atlassian.jira.user.ApplicationUser recipient,
com.atlassian.jira.issue.Issue issue)
For a given user and issue, will return the details required for Request Feedback, if:
Provided user is the reporter of the provided issue
The issue is a valid request in a service project
Request Feedback is enabled for the Issue
|
RequestFeedbackDetails getRequestFeedbackDetails(com.atlassian.jira.user.ApplicationUser recipient, com.atlassian.jira.issue.Issue issue)
NB: This will be executed in the customer context. See CustomerContextService
recipient
- The recipient that feedback token is requested for, who must be the reporter of issue, otherwise will errorissue
- The issue that the feedback token is requested forRequestFeedbackDetails
resultServiceDeskServiceException
- on errorCopyright © 2021 Atlassian. All rights reserved.