java.lang.Object | |
↳ | com.atlassian.jira.plugin.report.DefaultReportSubTaskFetcher |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Given a list of parent issues, returns a list of subtasks visible to the user,
subject to the subtask inclusion policy at
SubTaskInclusionOption . | |||||||||||
Given a list of parent issues, returns a list of subtasks visible to the user,
subject to the subtask inclusion policy at
SubTaskInclusionOption . |
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
Given a list of parent issues, returns a list of subtasks visible to the user,
subject to the subtask inclusion policy at SubTaskInclusionOption
.
user | For permission checks |
---|---|
parentIssues | A list of parent issues |
subtaskInclusion | A String that is one of the SubTaskInclusionOption .
If subtaskInclusion is null , an empty list is returned. |
onlyIncludeUnresolved | Whether to only include unresolved, or to include both resolved and unresolved issues |
SearchException |
---|
Given a list of parent issues, returns a list of subtasks visible to the user,
subject to the subtask inclusion policy at SubTaskInclusionOption
.
user | for permission checks |
---|---|
parentIssues | a List of Issues |
subtaskInclusion | |
onlyIncludeUnresolved | whether to only include unresolved, or to include both resolved and unresolved issues |
SearchException |
---|