-
- Reopen an existing ACTask
-
- Assign an existing ACTask to a given repository;
-
- Closing an existing GHIssue;
-
- Closing an existing GHIssue - outside of the default Project - it removes the TaskCategory, but does not close the ACTask - it detects the state update though;
-
- After the creation of an ACTaskCategory, and a GHRepository, while opening tasks on that same repository (?), a 'conflict' is detected, because the createdById of the ACTaskCategory isn't updated when creating it; (And of course the openIssues when opening an issue on the GHRepository) - not very relevant though
-
- Creating a GHRepository, creates the ACProject, but then, subsequent calls, detect the creation of the ACProject (I think that then the Label is created, but that's ok [confirm])) R: No, the ACTaskCategory wasn't created on the new repository
-
- Creating an ACTask on ACProject which is the default for a GHRepository, does not create the GHIssue on the corresponding GHRepository - it is supposed to be like this
-
- SyncEvents of different objects on the same 'target side' - at least for ACTaskCategory should not create a conflict - create a test case ??
-
- When creating a GHRepository, the recently created ACProject does not get the categories from the other repositories
-
ACTask with subtasks - assigning an ACTaskCategory that has a valid GHRepository, creates the GHIssue, as intended, but then creates the corresponding ACTasks (which is not supposed to)
-
ACTask - assigning an ACTaskCategory that has a valid GHRepository, does not create the GHIssue - at C is ok, on Update is lacking
- also, there is always afterwards, a perpetual update on the ACTask detected ?? - this only happens when the ACTask already exists
Issues:
-
ACTask - CreatedById and UpdatedById [and body I think only when creating ?] is always 'changing' when 'creating'/'updating' (probably the fields differ when we are editing the ACTask);
-
When creating a GHRepository, there are conflicts that are generated afterwards on the ACTaskCategory - because of the createdById - minor
-
CategoryId of an ACTask is always changing ?!?!
Verified situations:
- ACSubTask - closing one closes the corresponding GHIssue