| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.IssueUtils |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | AUTOMATIC_ASSIGNEE | ||||||||||
| String | SEPERATOR_ASSIGNEE | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| log | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Filters a list of issues based on the type of IssueFilter passed in
| |||||||||||
Does an issue have timetracking data, only makes sense if time tracking is turned on.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Filters a list of issues based on the type of IssueFilter passed in
| issues | The list of issues. Any issues to be filtered will be removed from this list |
|---|---|
| filter | a predicate which evaluates to true when the issue is to be removed from the list. |
Does an issue have timetracking data, only makes sense if time tracking is turned on.
| issue | the issue. |
|---|
| GenericEntityException |
|---|

