Jira
Use the Jira integration to set up an automated issue tracking system.
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:
Parameter | Description | Required |
URL of Jira Account | Your Jira SaaS URL, example: https://acme.atlassian.net/ | True |
Follow below step (1 - 7) on your JIRA Account and click on Authorize Fylamynt:
Jira User (with admin privileges) should navigate to the Jira settings menu and select Products.
Under INTEGRATIONS in menu, select Application links.
Enter http://api.app.fylamynt.com/ as URL and click Create new link
Fill in Application Name with any name (used for identification, example: fylamynt) and leave Generic Application selected.
Scroll to the bottom of the form, check Create incoming link, and click Continue.
For the next page, copy-paste the "Consumer Key", "Consumer Name", and "Public Key" from the Authorize Fylamynt panel, and click Continue.
In Jira Integration page "Authorize Fylamynt" section, copy the URL of your JIRA account (Example: https://acme.atlassian.net/) and click on Authorize.
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.
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
Select the Action node
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
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
Last updated