You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
My project is on BitBucket. And due to some reason I need to find its project key.
As you can see from below picture, my project name is AIScreenshotAddin and its git repo link is like https://abc.com/lvp/aiscreenshotaddin.git. So is the abbreviation "lvp" is the project key?
But lvp means "Lenovo Voice Project", as shown above. It is a project group, which contains dozens of projects, like below.
For each of the project, I checked their clone repo links. Everyone is like this kind:
https://abc.com/lvp/projectxxx.git
So project key represents a group of project?
I'm totally confused.
You are mixing between BitBucket project and your code project.
Your `AIScreenshotAddin` is your code project which is your git repository in BitBucket.
Your `Lenovo Voice Project` is a group of your code projects so in BitBucket it's a project which is a group of repositories, which equals to a group of your code projects.
Your BitBucket project key is LVP and your git repository URL is the one you see when you hit the clone button.
One of the differences is that the git repository may include additional info (other than your source code) in order to build your code project, locally and on your CI machines. This way you can easily ensure that each commit (phase of your code project) can be build successfully, and ideally on every machine, even if you need to build old versions.
Hi @Tom Xue ,
welcome to the Atlassian community!
LVP is the project key. A project is a container of repositories so in all repository url, the project key is part of URL.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.