Skip to main content
All CollectionsAutomationPipelinesGearset pipeline management
Understanding Jira statuses in Workflows and their role in Gearset Pipelines
Understanding Jira statuses in Workflows and their role in Gearset Pipelines

Information on how Gearset retrieves Jira issues according to their status

Jacob Joshua avatar
Written by Jacob Joshua
Updated over a week ago

Jira is a powerful project management tool used by teams worldwide to track issues, and projects.

One of the core features of Jira is its ability to help teams define and track the status of each issue as it moves through different stages of a workflow. Understanding how these statuses work and how they impact integrations with tools like Gearset can help ensure smoother project management and deployment processes.

What are Jira statuses?

A Jira status represents the current stage of an issue in its workflow. Workflows in Jira are highly customizable, allowing organizations to define statuses that reflect their specific processes. An issue status is changed as it progresses from creation to completion, helping teams track the lifecycle of an issue.

Common Jira statuses and their meanings:

While Jira workflows are flexible, certain statuses are common across many teams. Here’s a breakdown of some widely used statuses:

  • To Do: The issue has been created but no work has started yet.

  • In Progress: Work on the issue has begun.

  • Done: The issue has been resolved or completed, and no further action is required.

This sample Jira workflow demonstrates how each status has been configured.

Issues retrieved in Pipeline for creating branches

In the Gearset Pipeline, Jira issues are retrieved and selected to create branches with matching names.

Only issues that do not have the 'Done' status in Jira are included, ensuring that work is focused solely on active issues requiring further attention.

If you require that a pull request is finished it's work but they are still pending to deploy it to a live environment, you can create another status but not configure it as Done in Jira.

In the below example a status called "Done pending deployment" was created.

These status are also reflected in the Pipeline settings to configure against each environment.

It's important to note that each status is correctly configured in the pipelines to align with the Jira workflow, ensuring that progress tracking functions as expected.

Did this answer your question?