-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assignments outgoing #149
assignments outgoing #149
Conversation
@@ -882,10 +906,87 @@ abstract class AbstractSync( | |||
* @param timeline Timeline of the issue | |||
* @param imsProject IMS project to sync | |||
* @param issueInfo Issue to sync | |||
* @param label Label to sync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
* Sync Outgoing Assignments | ||
* @param timeline Timeline of the issue | ||
* @param imsProject IMS project to sync | ||
* @param issueInfo Issue to sync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing dokka
assignment: Assignment, | ||
virtualIDs: Map<TimelineItem, String> | ||
) { | ||
var labelIsSynced = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong name
*/ | ||
private suspend fun syncOutgoingAssignments( | ||
timeline: List<TimelineItem>, imsProject: IMSProject, issueInfo: IssueConversionInformation | ||
) { | ||
val labelStateMap = this.labelStateMap(imsProject) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong name?
No description provided.