Custom Dashboards in Jira – Chapter 6
An important aspect of delivery is to bring in visibility on the work status as well as on team performance. And Jira Dashboards are a...
Adding Custom Issues & Fields in Jira- Chapter 5
Jira by default has a defined set of issue types, workflows, forms and fields. All these entities can be customized for a single project or...
Configuring Jira Project – Chapter 4
Once a project gets created (take a look at previous chapter), we should configure the project. When we talk about configuration, we refer to customizing...
Creating Jira Project- Chapter 3
Assuming that you have Jira installed (Click to view Previous Chapter), lets get started with the process of creating a project in Jira. Step 1...
Installing Jira – Chapter 2
The last chapter introduced Agile and Jira and in this chapter we will take a quick look on the steps to install Jira v 8.5.4...
Agile & Jira- Chapter 1
The term ‘AGILE‘ and the tool ‘JIRA‘ have been complimenting each for almost two decades. While there are multiple other tools that provide agile templates;...
REST APIs in PowerShell – Chapter 4
Welcome back!! Our last chapters focused on PowerShell scripting (Chapter 1, Chapter2) and how we can call or include them in an Azure DevOps pipeline...
PowerShell in Azure DevOps – Chapter 3
If you are new to PowerShell, then my earlier chapters will help you scale on this topic quickly – chapter 1 – introduces PowerShell and...
Scripts in PowerShell ISE – Chapter 2
The last chapter was a quick intro to PowerShell ISE and the commonly used cmdlets. Now lets take a look at creating and executing scripts...
Introducing PowerShell ISE – Chapter 1
Remember PowerShell?? It is a shell framework developed by Microsoft to automate repetitive tasks. By default, this framework is available with Windows 10. But in...