Creating DevOps services under someone else’s account

I have created an app in a space of an organisation where I am a member. However, when I try to add DevOps Services for the app, this is created under my personal account and no one else from the organisation can access it.

How can I add DevOps Services for the app, so that it’s not on my personal account and everyone from Bluemix organisation is able to access it?

We are using DevOps Services at the moment as our git repository is in the Enterprise github and so cannot be connected to from Continuos Delivery pipeline. Please let me know if there’s a way to overcome this?

Regards

Related:

Enable Slack Integration for DevOps Services [hub.jazz] pipeline using jazz git repository

I would like to understand how I can integrate Slack into my delivery pipeline for my projects that I have repositories on hub.jazz.net.

I would like to have the same slack notifications as if I created a toolchain with GitHub, Slack & Continuous Delivery Pipeline tools.

Another option would be, is it possible for me to add a hub.jazz git repository into a toolchain as a custom tool and have the delivery pipeline tool integrated to that instead of GitHub?

Thanks!

Related:

Can we use a Jazz hosted Git for the new Continuous Integration Service?

When adding the new Continuous Integration Service to a Bluemix app, the only option appears to be Github. Is it possible to integrate a Jazz Git into the new Continuous Integration Service instead of GitHub?

Is there any documentation about what the difference is between the old Build and Deploy Pipeline and the new Continuous Integration Pipeline?

We are just fine using the free Jazz hosted repositories, but now unsure about what this new Continuous Delivery Pipeline means for us and our clients. Will we now be forced to use and pay for GitHub?

Any info would be appreciated.

Related:

Can we use our Jazz Git repository with the new Continuous Integration Service?

When adding the new Continuous Integration Service to a Bluemix app, the only option appears to be Github. Is it possible to integrate a Jazz Git into the new Continuous Integration Service instead of GitHub?

Is there any documentation about what the difference is between the old Build and Deploy Pipeline and the new Continuous Integration Pipeline?

We are just fine using the free Jazz hosted repositories, but now unsure about what this new Continuous Delivery Pipeline means for us and our clients. Will we now be forced to use and pay for GitHub?

Any info would be appreciated.

Related:

Getting Git error when running the Chaincode DeploySpec in Bluemix

My code from “Build your first Chaincode” course (with changes) compiles, I am able to upload correctly to GitHub, and I can log in through the API following the steps/instructions. When I try to run the DeploySpec API in BlueMix I get the error below. Read some articles saying it might be related to using Git to push from a Mac client into GitHub, but none of the suggested solutions worked. Do you know what the issue might be?

(path is correct, replaced git username with “xxxxx”

“data”: “Error when deploying chaincode: Error getting chaincode package bytes:
Error getting code ‘go get’ failed with error: “exit status 1″n# cd .;
git clone https://github.com/xxxxx/learn-chaincode /opt/gopath/_usercode_/621299622/src/github.com/jamaya/learn-chaincoden
Cloning into ‘/opt/gopath/_usercode_/621299622/src/github.com/xxxxx/learn-chaincode’…n
fatal: could not read Username for ‘https://github.com’: No such device or addressnpackage github.com/xxxxx/learn-chaincode/start: exit status 128n”

Related: