private suspend fun integrateLabelToStateFindCurrentState(issue: Issue, timelineItem: TimelineItem): Pair<Set<Label>, IssueState>
Find the state before the relevant titmeline item
Return
List of currently applied labels
The state before the timeline item
Parameters
issue
The Issue to work on
timelineItem
The TimelineItem to find the state before