I am using bitbucket with a properly set up bare repo established by bitbucket several years ago. A medium-sized team of experienced developers have been using this bitbucket project sucessfully for about 5 years.
Until yesterday, I was having similar success. However, today i recieved a Jira item with a bug to be fixed. As is usual and recommended, I click the Jira item's link to create a branch and then browse to the branch on bitbucket to check it out or clone it.
However, today, I created the branch in Jira and browsed to the branch in bitbucket to check it out (cloning and checkout seem to both put a local copy of the development branch in a local folder for me, maybe one is checked out and the other checks itself out the first time I make a change).
But, today, although a branch is created by Jira, and i can find an active link in Jira that will browse me to the branch in Jira, I cannot locate that branch in the bitbucket list of branches no matter which of all the available methods for finding a branch I try.
And, whether I clone the branch or check it out, sourcetree downloads, not the branch I want (a copy of development with the new branch name to match the task name in Jira) but rather a copy of the bare repository that is the root of the GIT project in bitbucket.
I have tried this repeatedly today in every way I am able. But I am unable to view the new branch in the BitBucket list of branches, and I can only download the bare repository, not the copy of the most recent development branch.
What is going on, or what could have happened?