# Jira

## Overview

Jira Software is used by Ops engineers to plan, track, and release projects. Users can manager their CI/CD with Pipelines and monitor build status from within Jira Software.

With Jira and Fylamynt integration users can set up an automated system to track and update issues. Creating issues in real time with incident response activities or steady state management.

## Use Cases

The integration between Fylamynt and Jira lets you:

* Create an issue in an existing project.
* Update an existing issue in an existing project.

## Configure Jira in Fylamynt

* Navigate to **Settings** > **Integrations** > **Jira**
* Configure a new integration instance

Details needed to setup Jira instance in Fylamynt:

<table data-header-hidden><thead><tr><th>Parameter</th><th width="323.3333333333333">Description</th><th>Required</th></tr></thead><tbody><tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td><td><strong>Required</strong></td></tr><tr><td>URL of Jira Account</td><td>Your Jira SaaS URL, example: <a href="https://acme.atlassian.net/">https://acme.atlassian.net/</a></td><td>True</td></tr></tbody></table>

Follow below step (1 - 7) on your JIRA Account and click on Authorize Fylamynt:

1. Jira User (with admin privileges) should navigate to the **Jira settings** menu and select **Products.**
2. Under **INTEGRATIONS** in menu, select **Application links.**
3. Enter <http://api.app.fylamynt.com/> as URL and click **Create new link**
4. Fill in Application Name with any name (used for identification, example: fylamynt) and leave **Generic Application** selected.
5. Scroll to the bottom of the form, check **Create incoming link**, and click **Continue.**
6. For the next page, copy-paste the "Consumer Key", "Consumer Name", and "Public Key" from the Authorize Fylamynt panel, and click **Continue.**
7. In Jira Integration page "Authorize Fylamynt" section, copy the URL of your JIRA account (Example: <https://acme.atlassian.net/>) and click on **Authorize**.
8. You will be re-directed to your Jira account to “Allow“ access for Fylamynt domain.

## **Integration Actions**

You can add these actions in the Fylamynt workflow builder, as part of your workflow.

1. [Jira Create Issue](#jira-create-issue)
2. [Jira Update Issue](#jira-update-issue)

### **Jira Create Issue**

Integration node to create an issue in Jira.

#### **Input**

| **Parameter Name** | **Description**                          | **Required** |
| ------------------ | ---------------------------------------- | ------------ |
| Jira Projects      | Select a Jira Project to create a ticket | True         |
| Issue Types        | Select Jira issue type                   | True         |
| Description        | Add description for Jira issue           | True         |
| Summary            | Add summary for Jira issue               | True         |
| Reporter           | Select reporter for Jira issue           | False        |
| Priority           | Select priority for Jira issue           | False        |

#### **Output**

| **Parameter Name** | **Type** | **Description**               |
| ------------------ | -------- | ----------------------------- |
| issue\_key         | String   | Key of the created Jira issue |

#### **Action Example**

* Drag and drop the Jira Create Action node onto the Workflow Editor Canvas&#x20;
* Select the Action node&#x20;
* Select the **Project Key** from the dropdown
* Select the **Issue Type** from the dropdown
* Enter the Issue Type Summary
* Enter the Issue Type Description
* Optionally, add set the priority
* Optionally, select the Reporter

![](/files/Haan1CZYtuEreeruZB12)

### **Jira Update Issue**

Integration node to update an existing issue in Jira.

**Input**

| **Parameter Name** | **Description**                       | **Required** |
| ------------------ | ------------------------------------- | ------------ |
| Jira Projects      | Select a Jira project to fetch issues | True         |
| Issue List         | Select issue to update                | True         |

**Output**

| **Parameter Name** | **Type** | **Description**              |
| ------------------ | -------- | ---------------------------- |
| issue\_key         | String   | Key of the update Jira issue |

**Action Example**

* Select a **Jira project** from the dropdown
* Select the Issue from the list
* Jira issue details of the selected issue
* Select any of the optional parameters to update the Jira issue

![](/files/bRxXfaGT8T3AJbTVT55U)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fylamynt.com/integrations/jira.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
