[E] Invalid entity attempted Invalid entity, unable to validate: GithubRepository#intrigueio/intrigue-core
The bug is that the task is trying to create the entity using the old fashioned naming convention. Needed to change FullName to URL.
Kudos to @m-q-t for catching that.
2.) Search Psbdmp:
During linked issue creation the details were defined / added in a way that it led to the created issues overwriting each other. A little re-arrangement fixed that.
Found some issues with two tasks:
1.)
Gitrob
:The task was throwing the following error:
The bug is that the task is trying to create the entity using the old fashioned naming convention. Needed to change
FullName
toURL
.Kudos to @m-q-t for catching that.
2.)
Search Psbdmp
:During linked issue creation the details were defined / added in a way that it led to the created issues overwriting each other. A little re-arrangement fixed that.