Modifier and Type | Method and Description |
---|---|
IssueUpdateBean |
MockSubTaskManager.changeParent(Issue subTask,
Issue parentIssue,
ApplicationUser currentUser) |
IssueUpdateBean |
DefaultSubTaskManager.changeParent(Issue subTask,
Issue newParentIssue,
ApplicationUser currentUser) |
IssueUpdateBean |
SubTaskManager.changeParent(Issue subTask,
Issue parentIssue,
ApplicationUser currentUser)
Change the parent of the given subtask to the given new parent on behalf
of the given user.
|
void |
MockSubTaskManager.createSubTaskIssueLink(Issue parentIssue,
Issue subTaskIssue,
ApplicationUser remoteUser) |
void |
DefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue,
Issue subTaskIssue,
ApplicationUser remoteUser) |
void |
SubTaskManager.createSubTaskIssueLink(Issue parentIssue,
Issue subTaskIssue,
ApplicationUser remoteUser) |
void |
MockSubTaskManager.enableSubTasks() |
void |
DefaultSubTaskManager.enableSubTasks()
Turn on sub-tasks by creating a sub-task issue link type
and a default sub-task issue type
|
void |
SubTaskManager.enableSubTasks()
Enables sub-tasks on the instance.
|
void |
MockSubTaskManager.enableSubTasks(boolean createDefaultIfMissing) |
void |
DefaultSubTaskManager.enableSubTasks(boolean createDefaultIfMissing) |
void |
SubTaskManager.enableSubTasks(boolean createDefaultIfMissing)
Enables sub-tasks on the instance.
|
IssueType |
DefaultConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
Long avatarId) |
IssueType |
ConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
Long avatarId)
Creates a new IssueType.
|
IssueType |
DefaultConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
String iconurl) |
IssueType |
ConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
String iconurl)
Deprecated.
Use
ConstantsManager.insertIssueType(String, Long, String, String, Long) instead. Since v6.3. |
IssueType |
MockSubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
Long avatarId) |
IssueType |
DefaultSubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
Long avatarId) |
IssueType |
SubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
Long avatarId)
Create new issue type and adds it to default scheme.
|
IssueType |
MockSubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
String iconurl) |
IssueType |
DefaultSubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
String iconurl) |
IssueType |
SubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
String iconurl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(ApplicationUser remoteUser,
Issue issue)
Deprecated.
Use
#createIssueObject(User, Issue) instead. Since v5.0 |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(ApplicationUser remoteUser,
Map<String,Object> fields)
Deprecated.
Use
#createIssueObject(User, java.util.Map) instead. Since v5.0. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(String remoteUserName,
Map<String,Object> fields)
Deprecated.
Use
IssueManager.createIssueObject(String, Map) instead since v5.0. |
Issue |
IssueManager.createIssueObject(ApplicationUser remoteUser,
Issue issue)
Creates an issue.
|
Issue |
IssueManager.createIssueObject(ApplicationUser remoteUser,
Map<String,Object> fields)
Creates an issue.
|
Issue |
IssueManager.createIssueObject(String remoteUserName,
Map<String,Object> fields)
Creates an issue.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultIssueLinkManager.createIssueLink(Long sourceId,
Long destinationId,
Long issueLinkTypeId,
Long sequence,
ApplicationUser remoteUser) |
void |
IssueLinkManager.createIssueLink(Long sourceIssueId,
Long destinationIssueId,
Long issueLinkTypeId,
Long sequence,
ApplicationUser remoteUser)
Constructs a new issuelink from the sourceIssueId to the destinationId and persists it.
|
RemoteIssueLink |
DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user) |
RemoteIssueLink |
RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user)
Creates the given remote issue link.
|
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
RequestCachingIssueManager.createIssue(ApplicationUser remoteUser,
Issue issue)
Deprecated.
|
org.ofbiz.core.entity.GenericValue |
DefaultIssueManager.createIssue(ApplicationUser remoteUser,
Issue issue) |
org.ofbiz.core.entity.GenericValue |
RequestCachingIssueManager.createIssue(ApplicationUser remoteUser,
Map<String,Object> fields)
Deprecated.
|
org.ofbiz.core.entity.GenericValue |
DefaultIssueManager.createIssue(ApplicationUser remoteUser,
Map<String,Object> fields)
This function creates an issue in Jira.
|
org.ofbiz.core.entity.GenericValue |
RequestCachingIssueManager.createIssue(String remoteUserName,
Map<String,Object> fields)
Deprecated.
|
org.ofbiz.core.entity.GenericValue |
DefaultIssueManager.createIssue(String remoteUserName,
Map<String,Object> fields)
This method is here because this is a logical place for the "createIssue" method to be.
|
Issue |
RequestCachingIssueManager.createIssueObject(ApplicationUser remoteUser,
Issue issue) |
Issue |
DefaultIssueManager.createIssueObject(ApplicationUser remoteUser,
Issue issue) |
Issue |
RequestCachingIssueManager.createIssueObject(ApplicationUser remoteUser,
Map<String,Object> fields) |
Issue |
DefaultIssueManager.createIssueObject(ApplicationUser remoteUser,
Map<String,Object> fields) |
Issue |
RequestCachingIssueManager.createIssueObject(String remoteUserName,
Map<String,Object> fields) |
Issue |
DefaultIssueManager.createIssueObject(String remoteUserName,
Map<String,Object> fields) |
Modifier and Type | Method and Description |
---|---|
org.ofbiz.core.entity.GenericValue |
MockIssueManager.createIssue(ApplicationUser remoteUser,
Issue issue) |
org.ofbiz.core.entity.GenericValue |
MockIssueManager.createIssue(ApplicationUser remoteUser,
Map fields) |
Issue |
MockIssueManager.createIssueObject(ApplicationUser remoteUser,
Issue issue) |
Issue |
MockIssueManager.createIssueObject(ApplicationUser remoteUser,
Map<String,Object> fields) |
Issue |
MockIssueManager.createIssueObject(String remoteUserName,
Map<String,Object> fields) |
IssueType |
MockConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
Long avatarId) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectCreateHandler.onProjectCreated(ProjectCreatedData projectCreatedData)
Method called every time a project is created.
|
Modifier and Type | Method and Description |
---|---|
Version |
MockVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
DefaultVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
VersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Deprecated.
Since JIRA version 7.0.1, this is deprecated on favour of
VersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)
which lets you specify the release attribute value for the new
Version object. |
Version |
MockVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion,
boolean released) |
Version |
DefaultVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion,
boolean released) |
Version |
VersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion,
boolean released)
Creates a new
Version . |
Version |
DefaultVersionManager.createVersion(String name,
Date releaseDate,
String description,
org.ofbiz.core.entity.GenericValue project,
Long scheduleAfterVersion)
Deprecated.
since version 6.0
|
Version |
MockVersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
DefaultVersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
VersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Deprecated.
Since JIRA version 7.0.1, this is deprecated on favour of
VersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)
which lets you specify the startDate and release attribute values
for the new Version object. |
Modifier and Type | Method and Description |
---|---|
Issue |
DefaultMessageHandlerContext.createIssue(ApplicationUser reporter,
Issue issue) |
Issue |
MessageHandlerContext.createIssue(ApplicationUser reporter,
Issue issue)
Creates a new issue in JIRA or a dummy issue in dry run mode
|
ApplicationUser |
DefaultMessageHandlerContext.createUser(String username,
String password,
String email,
String fullname,
Integer userEventType) |
ApplicationUser |
MessageHandlerContext.createUser(String username,
String password,
String email,
String fullname,
Integer userEventType)
Creates user in JIRA or just dummy user if run in dry run mode
|
Modifier and Type | Method and Description |
---|---|
ApplicationUser |
MockUserManager.createUser(UserDetails userData) |
ApplicationUser |
DefaultUserManager.createUser(UserDetails userData) |
ApplicationUser |
UserManager.createUser(UserDetails userData)
Creates a user in the specified directory (userDirectoryId).
|
ApplicationUser |
UserUtilImpl.createUser(UserDetails userData,
boolean sendEmailNotification,
int eventType,
Set<com.atlassian.application.api.ApplicationKey> applicationKeys) |
ApplicationUser |
UserUtil.createUser(UserDetails userData,
boolean sendEmail,
int eventType,
Set<com.atlassian.application.api.ApplicationKey> applicationKeys)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName) |
ApplicationUser |
UserUtil.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName,
Long directoryId) |
ApplicationUser |
UserUtil.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName,
Long directoryId)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserWithNotification(String username,
String password,
String email,
String fullname,
int userEventType) |
ApplicationUser |
UserUtil.createUserWithNotification(String username,
String password,
String email,
String fullname,
int userEventType)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserWithNotification(String username,
String password,
String email,
String fullname,
Long directoryId,
int userEventType) |
ApplicationUser |
UserUtil.createUserWithNotification(String username,
String password,
String email,
String fullname,
Long directoryId,
int userEventType)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
Modifier and Type | Method and Description |
---|---|
protected String |
AddNewIssueTypeToScheme.doExecute() |
Modifier and Type | Method and Description |
---|---|
protected String |
MoveSubTaskParent.doExecute()
Important do not change the workflow as there is validation for the parent issue and you don't want to delete
the link and find out that there is an error in the parent issue...
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.