Class AssigneeUserPickerResource

java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.rest.AssigneeUserPickerResource

@Path("assignees/picker") @Produces({"application/json","application/xml"}) public class AssigneeUserPickerResource extends AbstractResource
This is a copy of UserPickerResource, adapted to cater for assignee search, which needs to filter out non-assignable users. REST end point for searching assignees in the user picker.
Since:
v4.0
  • Constructor Details

    • AssigneeUserPickerResource

      @Inject public AssigneeUserPickerResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, com.atlassian.jira.util.I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.jira.config.properties.ApplicationProperties applicationProperties, AssigneeUserPickerSearchService assigneeUserPickerHelper, com.atlassian.jira.bc.project.ProjectService projectService, com.atlassian.jira.avatar.AvatarService avatarService, com.atlassian.jira.bc.issue.IssueService issueService)
  • Method Details