Link to home
Start Free TrialLog in
Avatar of janhoedt
janhoedt

asked on

Azure Devops, Boards, Agile

Hi,

We have build an automation framework in Powershell. It contain some servers, W10 vms, a share, a front end GUI. Everything is on prem now, code on a internal Git server.

We did develop it with 3 guys, but cannot work continuously on it. We want to make the approach more professionaly (open source it maybe later on, so work with more People on it) so look into Azure Devops boards, Agile way.

I m new to Agile (reading docs on it as we speak), but would like a jump start: I know little bit about Agile  (Epic, Feature, Task, Bug), but dont have time to go deep into it right now.

I d like to organize current work into Azure Boards so we can stop using OneNote and/or Microsoft Team Planner.

However, dont find a good way/start to move topics to Azure Boards (Agile)
Next step will be pipeline.

Please give some guidance to start.

Thanks!
J
Avatar of Pratik Somaiya
Pratik Somaiya
Flag of India image

Hello,

With Azure DevOps you can manage the work your team is doing. It also shows trends within your team on how the individual members are contributing by showing the burndown chart. To know more about Azure DevOps you can visit below link:

Get Started with Azure DevOps

Also, you can follow Scrum.org which can help you to get more insights on Agile methodology of delivery.

Thanks!

Pratik
Avatar of janhoedt
janhoedt

ASKER

Ok, thanks for feedback but that's a pretty General feedback and nothing more then I already knew or a simple google revealed me already.
Let me clarify: I d need to know howto (an example project for an powershell module would be great) organize work in Azure Devops boards.
ASKER CERTIFIED SOLUTION
Avatar of Kyle Santos
Kyle Santos
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I thought I should also mention that I've worked with JIRA (by Atlassian) for several years and recently switched to Azure Devops.  Is there a difference?  Not really.  They're like Trello boards on steroids.  They're brilliant project management boards.  For example, one part of Azure devops is that it can be used to break down what are essentially User Stories (product features, bugs, customer issues, etc) down into tasks where the developer picks up a task to work on.  They assign it to themselves and when they're done they let the QA (tester) know its ready for testing.  Amid this there are other devs who are notified of Pull Requests which essentially just means the developer needs his peers to review his code changes before committing them to the master file of their product.
Additionally, what is your role in your development method?

Are you the developer?
Are you the Scrum master?
Are you the product owner?
Are you all of the above?