Find Issue

Definition

The "Find Issue" action in the "Jira" category allows users to retrieve detailed information about a specific issue in Jira. By providing the issue key, this action fetches essential details such as the issue's summary, description, due date, priority, and type. It is particularly useful for workflows where issue details need to be referenced, analysed, or updated. This action ensures seamless integration with Jira, enabling precise tracking and management of tasks.

Key Capabilities:

  • Retrieve detailed information about any Jira issue.
  • Access metadata such as issue type, priority, and due date.

Example Use Cases

1. Fetching Issue Details for Reporting

Retrieve key details of a Jira issue to generate status reports or dashboards for stakeholders.

2. Pre-Fill Data for Updates

Use the action to fetch an issue's current details before updating it in another step of the workflow.

3. Dynamic Assignment in Workflows

Retrieve the issue's priority and due date to dynamically assign tasks to the appropriate team members.

4. Issue Verification

Validate the existence and details of an issue before performing operations such as updates or deletions.

5. Tracking Pending Issues

Fetch details of unresolved issues to monitor progress and identify bottlenecks in the project.


Inputs

1. Connection

This field establishes the connection to your Jira account. It is required to authenticate and access your Jira instance securely.

2. Jira Cloud

The Cloud ID is a unique identifier for your Jira instance in the cloud. It ensures that the action is directed to the correct Jira environment. This ID can be found in the Jira Administration settings.

3. Issue Key

The unique identifier of the Jira issue you want to retrieve. This key is typically a combination of the project code and a number (e.g., "PROJ-123"). You can use the key directly or fetch it dynamically from a previous step in your workflow.


Outputs

1. Issue Id

The unique identifier for the issue in Jira. This is a system-generated ID that helps track the issue within Jira's database.

2. Issue Key

The user-facing key for the issue, typically a combination of the project code and a sequential number (e.g., "PROJ-123"). This key is often used for referencing the issue in conversations or searches.

3. Cloud Id

The unique identifier for your Jira cloud instance. It ensures the retrieved issue is associated with the correct Jira environment.

4. Summary

The brief description or title of the issue, providing an overview of what the issue is about.

5. Description

A detailed explanation or context for the issue, offering more in-depth information about the problem or task.

6. Due Date

The date by which the issue is expected to be resolved or completed.

7. Priority ( a collection)

The priority details of the issue, including:

  • Id: A system-generated identifier for the priority level.
  • Name: The human-readable label for the priority, such as "High," "Medium," or "Low."

8. Issue Type

The type of the issue, such as "Bug," "Task," "Story," or "Sub-task." This helps categorise the issue based on its purpose.


Example of Using the Action

Situation: Tracking Details of a Reported Bug

A software development team receives a report about a bug in their application. The team lead needs to review the issue's details to prioritise and assign it to the appropriate developer.

Using the "Find Issue" action in a workflow, the lead retrieves the bug's information, including its Summary, Description, Priority, and Due Date, directly from Jira. This allows the team lead to quickly assess the severity of the bug and plan the next steps without manually searching through Jira.

This streamlined process saves time and ensures accurate information is readily available for decision-making.