Package com.atlassian.jira.config
Interface SubTaskService
- All Known Implementing Classes:
SubTaskServiceImpl
public interface SubTaskService
Provide possibility to mainipulate subtasks, move, check possibility to move and stuff like that.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleancanMoveSubtask(ApplicationUser user, Issue parentIssue) booleanmoveSubTask(ApplicationUser user, Issue parentIssue, Long currentSequence, Long sequence)
-
Field Details
-
REORDER_COLUMN_HIDDEN_DF_KEY
- See Also:
-
-
Method Details
-
moveSubTask
ServiceResult moveSubTask(ApplicationUser user, Issue parentIssue, Long currentSequence, Long sequence) -
isReorderColumnShown
boolean isReorderColumnShown() -
canMoveSubtask
-