If I try to upload Dev Info (using the "/rest/devinfo/0.10/bulk" API):
{
"repositories": [
{
"name": "ssh://git@example.com/repository",
"commits": [
{
...
"url": "ssh://git@example.com/repository",
...
}
],
...
}
]
}
I get an error:
{
"errorMessages": [
{
"message": "unknown protocol: ssh",
"errorTraceId": "b28581dd-675c-4f63-95be-9ff94ba52de0"
}
]
}
Is it worth waiting for the "ssh" protocol to become valid someday?
Should a bug be reported, or is it just better to use another protocol in the URL?