Package | Description |
---|---|
com.atlassian.jira.user |
Modifier and Type | Method and Description |
---|---|
Optional<IssueTypeId> |
UserIssueTypeManagerImpl.getLastUsedIssueTypeId(ApplicationUser user) |
Optional<IssueTypeId> |
UserIssueTypeManager.getLastUsedIssueTypeId(ApplicationUser user)
Retrieves the last used parent issue type id used by the provided user.
|
Optional<IssueTypeId> |
UserIssueTypeManagerImpl.getLastUsedSubtaskIssueTypeId(ApplicationUser user) |
Optional<IssueTypeId> |
UserIssueTypeManager.getLastUsedSubtaskIssueTypeId(ApplicationUser user)
Retrieves the last used subtask issue type id used by the provided user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserIssueTypeManagerImpl.setLastUsedIssueTypeId(ApplicationUser user,
IssueTypeId lastUsedIssueTypeId) |
void |
UserIssueTypeManager.setLastUsedIssueTypeId(ApplicationUser user,
IssueTypeId lastUsedIssueTypeId)
Sets the last used parent issue type id for the provided user.
|
void |
UserIssueTypeManagerImpl.setLastUsedSubtaskIssueTypeId(ApplicationUser user,
IssueTypeId lastUsedSubtaskIssueTypeId) |
void |
UserIssueTypeManager.setLastUsedSubtaskIssueTypeId(ApplicationUser user,
IssueTypeId lastUsedSubtaskIssueTypeId)
Sets the last used subtask issue type id for the provided user.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.