Jira
Use the Jira integration to create new issues inside your Jira sprints.
One of the most common workflow integrations is the user’s ability to create issues on a Jira board during a workflow run based on a conditional node or any other specific requirements.
Jira in a Spot Connect workflow enables Ops engineers to track issues in their operations.
Configure Jira in Spot Connect
-
In the left main menu, click Connect and click Settings.
-
Under the Integrations tab, select Jira.
-
Configure a new integration instance with the information below.
Details needed to set up a Jira instance in Spot Connect:
Parameter | Description | Required |
---|---|---|
Integration Alias | A name for the integration instance | True |
URL of Jira Account | Your Jira SaaS URL, example: https://acme.atlassian.net/ | True |
A Jira Administrator needs to complete the following steps and they need to be performed only once for each Jira account:
-
Click the Jira settings menu and select Products.
-
Under Integrations in the left menu, select Application links and Create link.
-
Select Direct application link and enter https://api.connect.fylamynt.com/ in the Application URL field and click Continue.
-
In the New URL field, enter the URL https://api.connect.fylamynt.com/ and click Continue.
-
Enter the Application Name field with any name (used for identification, example: Spot Connect) and in the Application Type field, leave Generic Application selected. Note: Do not fill in any other field that is not mentioned in this document.
-
At the bottom of the window, check Create incoming link, and click Continue.
-
In the next page, copy-paste the Consumer Key, Consumer Name, and Public Key from the Authorize Spot Connect panel, and click Continue.
A user with Jira access (admin privileges are not required) can complete these steps to add a new instance (for each new instance):
-
In the Jira integration page in the Spot Connect console, click Add Integration.
-
In the Account URL field, copy the URL of your JIRA account, for example,
https://acme.atlassian.net/
and click Add Instance. -
You will be re-directed to your Jira account to allow access for the Spot Connect domain. Click Allow to provide access to Jira.
-
When an Access Approved message opens, you can close the tab.
-
You can see your integration instance is now configured with Spot Connect.
Integration Actions
You can add these actions in the Spot Connect workflow builder as part of your workflow.
Jira Create Issue
Use this integration node to create an issue in Jira.
Input
Parameter | 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 |
S3 Pre-signed URLs for Attachments | List of S3-presigned URLs for attachment files | False |
Output
Parameter | Type | Description |
---|---|---|
issue_key | String | Key of the created Jira issue |
Action Example
Complete the following information:
- Jira Instance: Select a Jira instance alias.
- Project Key: Select a Jira Project to create a ticket.
- Issue Type: Select an issue type.
- Summary: Add an issue summary.
Optional Inputs
- Priority: Select a priority.
- Reporter: Select a reporter and priority for the issue.
- Description: Add an issue description.
- S3 Pre-signed URLs for Attachments: Add S3-presigned URLs.
The node will upload all the files from S3-presigned URLs to the Jira ticket as attachments.
Jira Update Issue
Use this integration node to update an existing issue in Jira.
Input
Parameter | Description | Required |
---|---|---|
Jira Projects | Select a Jira project to fetch issues | True |
Issue List | Select issue to update | True |
Output
Parameter | Type | Description |
---|---|---|
issue_key | String | Key of the update Jira issue |
Action Example
Complete the following information:
- Jira Instance: Select the Jira Instance from the list.
- Jira Projects: Select a Jira project and Issue from the list.
- Issue list: Jira issue details of selected issue.
Select optional parameters to update Jira issue.