Package | Description |
---|---|
com.atlassian.jira.issue | |
com.atlassian.jira.security | |
com.atlassian.jira.user.util | |
com.atlassian.jira.web.action |
Modifier and Type | Method and Description |
---|---|
ApplicationUser |
Issue.getAssignee()
Returns the Assignee User.
|
ApplicationUser |
Issue.getReporter()
Returns the Reporter User.
|
Modifier and Type | Method and Description |
---|---|
ApplicationUser |
JiraAuthenticationContext.getLoggedInUser()
Returns the currently logged in User.
|
ApplicationUser |
JiraAuthenticationContext.getUser()
Deprecated.
Use
JiraAuthenticationContext.getLoggedInUser() . Since v7.0 |
Modifier and Type | Method and Description |
---|---|
Set<com.atlassian.crowd.embedded.api.Group> |
UserManager.getAllGroups()
Deprecated.
Since v7.0. Only retrieve the groups you really need. See
GroupPickerSearchService |
com.atlassian.crowd.embedded.api.Group |
UserManager.getGroup(String groupName)
Returns a
Group based on user name. |
Modifier and Type | Method and Description |
---|---|
ApplicationUser |
JiraWebActionSupport.getLoggedInUser() |
Copyright © 2002-2021 Atlassian. All Rights Reserved.