Category: Canarys

  • A Beginner’s Guide to Confluence

    What is Confluence? Confluence is a tool that is being provided by a company known as Atlassian. What is a space? Spaces are Confluence’s way of organizing content into meaningful categories. Think of them like different folders where you can store your work. You, and every Confluence user, can also set up a personal space,…

  • Azure DevOps Wiki vs Confluence

    What is Wiki in Azure DevOps? Wiki is the feature that helps in documentation within the Azure DevOps, where you can have the documentation related to anything specific inside a project. Wiki uses Markdown as a base language. Wiki has a side by side edit and preview experience where you can edit the page and…

  • How to Create, Modify and Subscribe to Filters in Jira Software

    New to Jira and wanted to search for issues that are specific to you or your team? This blog will help you to get started with the issue search in Jira with both BASIC and JQL. Queries are referred as filters in Jira. One must have “Browse Projects” permission to use issue filters. You can…

  • How to create a project in Jira Software.

    Jira Software is a powerful project management tool widely used by teams across various industries to plan, track, and manage their projects efficiently. Whether you’re a seasoned project manager or just starting out, Mastering Jira Software can significantly enhance your team’s productivity and collaboration. One of the fundamental steps in utilizing Jira Software is creating…

  • How to Archive/Restore a Project in Jira Software.

    Introduction: Ever wondered how to optimize the Jira instance, by archiving the completed or In-Active projects. It’s always a good practice to archive inactive or completed projects so they don’t clutter your Jira instance. Fewer projects may also mean better performance, easy maintenance, and happy administration.  In this blog we will see in detail, how…

  • SAP Cloud ALM – Azure DevOps Services Synchronization Solution

    As organizations increasingly adopt hybrid ecosystems for their software development projects, the need for effective collaboration and data consistency across diverse platforms has become paramount. However, bridging the gap between SAP Cloud ALM and Azure DevOps Services presents a significant challenge. The lack of a seamless and bidirectional synchronization mechanism between these two powerful platforms…

  • Series 1: Unveiling Canarys Copy Project

    Revolutionizing Azure DevOps Migrations with Canarys Copy Project Have you ever wished for a magic wand that could effortlessly copy teams, groups, team members, group users, iterations, areas, team settings, board settings, boards, work items, test plans, suites, repositories, pipelines, builds, releases, and even delivery plans? In the ever-evolving landscape of DevOps, the need for…

  • .Net Framework to .NET (.Net Core) Migration

    In this article, we will discuss about the things we should consider when migrating code from .NET Framework to .NET. The Migration of project from .NET Framework to .NET is relatively a straightforward task but the complexity of the project determines how much effort is involved after the initial migration. Applications which are created on…

  • Supercharging GitHub Actions with Job Summaries and Pull Request comments

    Job Summaries A new feature on GitHub allows you to write job descriptions for your actions. It enables you to produce markdown as part of your workflow, render it as an output of the run in the GitHub UI, and publish it as a job summary. Custom Markdown content can be used for a wide…

  • 9 Easy Steps to Create a Custom Docker File

    As it is the time of cloud technology, and everyone is interested in knowing how these cloud will work. There are mainly categorized the cloud into 3 types namely: Iaas (Infrastructure as a Service), Paas (Platform as a Service) and SaaS (Software as a Service). Out of these 3 categories let’s talk about PaaS with…