public class IssueUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTOMATIC_ASSIGNEE |
protected static org.apache.log4j.Logger |
log |
static String |
SEPERATOR_ASSIGNEE |
Constructor and Description |
---|
IssueUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
filterIssues(Collection<Issue> issues,
Predicate<Issue> filter)
Filters a list of issues based on the type of IssueFilter passed in
|
static boolean |
hasTimeTracking(Issue issue)
Does an issue have timetracking data, only makes sense if time tracking is turned on.
|
static org.ofbiz.core.entity.GenericValue |
setPriority(org.ofbiz.core.entity.GenericValue issue,
ApplicationUser remoteUser,
String priority)
Deprecated.
|
public static final String AUTOMATIC_ASSIGNEE
public static final String SEPERATOR_ASSIGNEE
protected static final org.apache.log4j.Logger log
public static void filterIssues(Collection<Issue> issues, Predicate<Issue> filter)
issues
- The list of issues. Any issues to be filtered will be removed from this listfilter
- a predicate which evaluates to true when the issue is to be removed from the list.@Deprecated public static org.ofbiz.core.entity.GenericValue setPriority(org.ofbiz.core.entity.GenericValue issue, ApplicationUser remoteUser, String priority) throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
public static boolean hasTimeTracking(Issue issue)
issue
- the issue.Copyright © 2002-2021 Atlassian. All Rights Reserved.