I have a project that I need to manage from end to end so that I track user stories from inception through to meeting the definition of ready and track that on a Kanban board.
I then want to have a backlog of items which meet the definition of ready from which I can sprint plan and then track these items from sprint backlog through development, test and finally to done using a scrum board.
I have looked through the organisation settings, but it seems that when you set the board process all boards use the same process.
is this possible in Azure DevOps?
Related
Our team uses the Kanban board in Azure DevOps.
We were wondering: if we have an unassigned card and a team member moves it across the board is there a way to assign that person automatically to the card? (or change an already assigned person).
Would highly appreciate an answer.
Is there a way to configure the burndown chart in a way where I can change the Completed state to one of the middle states on my kanban board?
Unfortunately, this is not possible at the moment and under development by the azure team in line with requests.
You can track the process at here: https://developercommunity.visualstudio.com/t/allow-burnupburndown-charts-to-include-resolved-wo/578309
I am trying to implement CI/CD for my private project on Azure. I also have upgraded my subscription to "pay as you go". When I try to save and queue my pipeline, I get the error
##[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form https://aka.ms/azpipelines-parallelism-request.
Since I already can see 1 self hosted free parallel job(0 MS hosted parallel jobs) why can't they be used? Is there anything I am missing. Although I have already raised a request for parallelism request, is it really required?
This was introduced because they were having issues with some user(s) creating multiple free accounts and effectively taking advantage of the free offer or using it in a way for which it was not intended. You will be able to use a free agent once your request gets processed.
If you want to start using pipelines immediately you can purchase a paid agent, go to Organization Settings, Parallel Jobs and at the top under Private Projects click Purchase parallel jobs. On the next screen put a 1 (or more) in the top right hand box:
Now scroll to the bottom and click Save and you should be good to go.
I see that in Azure Devops the billing account is set per organization. So, I can do a cost analysis per organization. Is it possible to do the same thing on a project level with labels and etc? I have checked but I couldn't find any labeling for the projects.
I want to see what is the exact cost of each project based on users, pipelines, parallel jobs costs.
I could not find any billing per project as your question states.
As an alternative or workaround ( I'm not saying this is an ideal solution) you could separate your projects in organizations in order to be able to bill them separately.
Just in case here is the link about billing per organization and here is the link for Billing overview for Azure DevOps in case it may give you some more insights.
Is it possible to do the same thing on a project level with labels and etc?
For this issue , I am afraid this is currently not possible in azure devops . Until now, billing only exists in organization level.
You could add your request for this feature on our UserVoice site , which is our main forum for product suggestions.After suggest raised, you can vote and add your comments for this feedback. The product team would provide the updates if they view it. Thank you for helping us build a better Azure DevOps.
In addition, for detailed information about billing, you can refer to this document.
I love Azure DevOps and burndown charts even more, I really do.
So much that I am trying to substitute the legacy Excel Spreadsheet with DevOps.
While the default burndown chart takes into account all the members of a team, I'd need to get one for each of the team members.
Is there a way to do it ? And if there is more than one, which is the best ?
Following the instructions here it could come to my mind to create a new team for each team member... but it sounds stupid. Anyone had the same requirement before ?
Currently, there is no out of the box way to see burndown chart of individual team member. Users have requested this feature and is currently under review.
Not out of the box. However if you have Power BI there is a plug in for Azure Dev Ops that is currently in beta.
This essentially will give access to the raw data exposed via APIs in Azure Dev Ops.
Once connected multiple burndown charts could be created or have a static filter for each one. Or alternatively create page filters so you could quickly filter by team member. The trick here will be to get the data model correct for what you are trying to accomplish.