Repository settings in bitbucket? - bitbucket

Where can I find the repository settings on bitbucket? It should be on the left navigation panel but I don't see it there. What I see on the navigation panel

Your Bitbucket Administrator, has not added you to have manage Permissions. You have to be added with admin Permission.

Related

Granting only board access in Azure DevOps

Is there any way to grant only board access to Azure DevOps (TFS) users without showing Repo's (codes)?
Yes. In the Project Settings-Permissions, click New Group and create a new group, add the users you want to "grant only board access to Azure DevOps".
Then, in this group's Permissions, set all the permissions to "deny" accept those in the Boards( these you can set to "Allow").
without showing Repo's (codes)?
As for this requirement, you need to go to the Project Settings-Repos-Repositories, select the target groups or users, set the "Read" permission to "Deny". After this, the group members or users can not see the repo file anymore.

Setting up the JIRA in Leverice

I saw some folks have Jira integration in Leverice, but I do not see how to create a Jira channel/branch anywhere in my Leverice application. Anyone know where to start so I can set this up too?
Yes, sure. First, to set this up you must have admin rights in your company/team’s Jira account.
The Jira channel can only be set up as a top-level channel and only in a Team.
On a Team that you have set up in Leverice (e.g. DevTeam) select New > Jira
A pop-up box with several fields will appear. These fields are as follows: Display Name, Project key, Site name, Atlassian id (email), Jira api token
Display Name: this can be anything you choose, for example you can call it Acme Dev
Project key: this must be the root acronym of all your existing Jira items. For example if your Jira items are ACME-1454, ACME-2595, etc. then your project key should be entered as ACME
Site name: this must be the root url of your Jira space, for example https://acmecompany.atlassian.net
Atlassian id (email): this must be the email address you use to login to Jira with admin rights
Jira api token: to obtain this token go to your Jira website, click on your Profile avatar in the bottom left corner, click on “Profile”, then click “Manage your account”. Next, select “Security” and scroll down to “Create and manage API tokens”. Click on it, create a token, and copy and paste it back into the Leverice pop-up box.
Finally, click “Create” in the Leverice pop-up box.

Manage user project permissions

I have just created a Visual Studio Online account and have added a new user.
How do I manage project permissions for that user?
I have been through every available page when logged in as Administrator and I cannot find anything. The only thing I can do is add the user as a member to the new project.
Added new user:
Added user as member on new project:
Example of missing permissions:
After adding it to users for team project permissions you need to click on Settings icon on top right.
Then select the Team project on the left and then click "Manage project security and group membership" and then add user to one of the VSO groups shown below in the image.

Cannot add user to Jenkins (Hudson)

I installed stand alone Jenkins installer.
It is available on localhost:8080.
But I cannot understand how to add new account to it.
I tried "Configure Jenkinks" -> "enable security" and etc. from
https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup
But I stil cannot find where exactly I should type username and password for new account.
This is instruction from wiki:
Click "login" link at the top right portion of the page
Choose "create an account"
There is no "create an account" button. I didn't find this button anywhere!
Where this form is located?
While you enabled security select Jenkins’s own user database under Access Control, mark Allow users to sign up. restart jenkins, you will get sign up option through which you can add users.
Assuming you just installed Jenkins and you're logged in as "admin", you have to click on "Manage Jenkins", then "Manage Users"

bitbucket remove one user's write access

I grant a friend with write access to my project on bitbucket.
But now, he wants to quit but want to remain a read access to view how I'm going with my codes.
I looked through some pages I googled, but didn't find how to change his access from 'write' to 'read'.
Please tell me how I should do this.
The link above is now dead, so at present you can edit user groups by clicking on your profile image at the top right then Bitbucket Settings, select your team from the dropdown next to the word "Settings" on the left, then click "User Groups" under Access Management on the left-hand menu.

Resources