Speckle.Project.Issues("URL") - Not Working

I tried to use the very useful command:

Speckle.Project.Issues(“URL”)

I noticed that, instead of the “issues” in the back of the URL for me it is written discussions. We do have our own Speckle server. Not sure what causes the problem in detail.

Thanks a lot for your help in advance.
Best from Vienna, Anna

Hey @aheimrath ,

It seems you are self hosting a Speckle server. Speckle.Project.Issues helper function is intended to be used with app.speckle.systems.

Thats not the news i wanted to hear :smile: Any option we can integrate that within our server? @gokermu

1 Like

This might help: you can check the commit history from the PR where we added the Issues helper function:

The work originally started back when “Discussions” was still part of the product, before it was replaced by Issues. So the helper function in that codebase should be a good starting point, and you can copy/adapt it from there.