Category: Canarys

  • 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…

  • Capabilities of Dependabot in GitHub with Azure Artifacts

    In GitHub, while you can see a list of packages the organization level, the packages are installed to a specific repository. We can see here the instructions for pushing various package ecosystems to GitHub npm, NuGet, Maven, Docker. In case you are storing artifacts/packages in Azure Artifacts, Dependabot also supports private feeds, including Azure Artifacts.…

  • Protect and discover secrets using Git-leaks

    Git-leaks is a SAST tool for detecting and preventing hardcoded secrets like Passwords, API keys and tokens in GitHub Repository. Git-leaks is an easy-to-use, all-in-one solution for detecting secrets, past or present, in your code. Git-leaks would be configured as part of GitHub actions workflow for all the repositories we want to monitor for any…