Jira Software modules

In an Adobe Workfront Fusion scenario, you can automate workflows that use Jira Software, as well as connect it to multiple third-party applications and services.

If you need instructions on creating a scenario, see Create a scenario in Adobe Workfront Fusion.

For information about modules, see Modules in Adobe Workfront Fusion.

Access requirements

You must have the following access to use the functionality in this article:

Adobe Workfront plan*
Pro or higher
Adobe Workfront license*
Plan, Work
Adobe Workfront Fusion license**

Current license requirement: No Workfront Fusion license requirement.

Or

Legacy license requirement: Workfront Fusion for Work Automation and Integration

Product

Current product requirement: If you have the Select or Prime Adobe Workfront Plan, your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. Workfront Fusion is included in the Ultimate Workfront plan.

Or

Legacy product requirement: Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article.

To find out what plan, license type, or access you have, contact your Workfront administrator.

For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses

Prerequisites

To use Jira modules you must have a Jira account.

Connect Jira Software to Workfront Fusion

Your connection method is based on whether you are using Jira Cloud or Jira Server.

Connect Jira Cloud to Workfront Fusion

Connect Jira Cloud to Workfront Fusion

To connect Jira Software to Workfront Fusion, you must create an API token and insert it together with your Service URL and Username to the Create a connection field in Workfront Fusion.

Create an API token in Jira

  1. Go to https://id.atlassian.com/manage/api-tokens and log in.

  2. Click Create API token.

  3. Type a name for the token, such as Workfront Fusion.

  4. Copy the token using the Copy to clipboard button.

    note important
    IMPORTANT
    You can’t view the token again after closing this dialog.

    1. Store the generated token in a safe place.

  5. Continue with Configure the Jira API token in Workfront Fusion.

Configure the Jira API token in Workfront Fusion

  1. In Workfront Fusion, add a Jira module to a scenario to open the Create a connection box.

  2. Specify the following information:

  3. Click Continue to create the connection and return to the module.

Connect Jira Server to Workfront Fusion

To authorize a connection between Workfront Fusion and Jira Server, you need your Consumer Key, Private Key, And Service URL. You might need to contact your Jira administrator for this information.

Generate Public and Private keys for your Jira connection

To acquire a private key for your Workfront Fusion Jira connection, you need to generate public and private keys.

  1. In your terminal, run the following openssl commands.

    • openssl genrsa -out jira_privatekey.pem 1024

      This command generates a 1024 bit private key.

    • openssl req -newkey rsa:1024 -x509 -key jira_privatekey.pem -out jira_publickey.cer -days 365

      This command creates an X509 certificate.

    • openssl pkcs8 -topk8 -nocrypt -in jira_privatekey.pem -out jira_privatekey.pcks8

      This command extracts the private key (PKCS8 format) to the jira_privatekey.pcks8
      file.

    • openssl x509 -pubkey -noout -in jira_publickey.cer > jira_publickey.pem

      This command extracts the public key from the certificate to the jira_publickey.pem file.

      note note
      NOTE
      If you are using Windows, you might need to save the public key to the jira_publickey.pem file manually:
      1. In your terminal, run the following command:

        openssl x509 -pubkey -noout -in jira_publickey.cer

      2. Copy the terminal output (including -------BEGIN PUBLIC KEY-------- and -------END PUBLIC KEY--------

      3. Paste the terminal output into a file named jira_publickey.pem.

  2. Continue to Configure the client app as a consumer in Jira

Configure the client app as a consumer in Jira

  1. Log in to your Jira instance.

  2. In the left navigation panel, click Jira Settings > Applications> Application links.

  3. In the Enter the URL of the application you want to link field, enter

    code language-none
    https://app.workfrontfusion.com/oauth/cb/workfront-jiraserver-oauth1
    
  4. Click Create new link. Ignore the “No response was received from the URL you entered” error message.

  5. In the Link applications window, enter values into the Consumer key and Shared secret fields.

    You can choose the values for these fields.

  6. Copy the values of the Consumer key and Shared secret fields to a secure location.

    You will require these values later in the configuration process.

  7. Fill in the URL fields as follows:

    table 0-row-2 1-row-2 2-row-2 3-row-2
    Field Description
    Request Token URL <Jira base url>/plugins/servlet/oauth/request-token
    Authorization URL <Jira base url>/plugins/servlet/oauth/authorize
    Access Token URL <Jira base url>/plugins/servlet/oauth/access-token
  8. Select the Create incoming link checkbox.

  9. Click Continue.

  10. In the Link applications window, fill in the following fields:

    table 0-row-2 1-row-2 2-row-2 layout-auto html-authored no-header
    Consumer Key Paste in the consumer key that you copied to a secure location.
    Consumer name Enter a name of your choice. This name is for your own reference.
    Public key Paste in the public key from your jira_publickey.pem file.
  11. Click Continue.

  12. Continue to Create a connection to Jira Server or Jira Data Center in Workfront Fusion

Create a connection to Jira Server or Jira Data Center in Workfront Fusion

NOTE
Use the Jira Server app to connect to Jira Server or Jira Data Center.
Connection name
Enter a name for the connection
Consumer Key
Paste in the consumer key that you copied to a secure location in Configure the client app as a consumer in Jira
Private Key
Paste in the private key from the jira_privatekey.pcks8 file you created in Generate Public and Private keys for your Jira connection.
Service URL
Enter your Jira instance URL.
  1. Click Continue to create the connection and go back to the module.

Jira Software modules and their fields

When you configure Jira Software modules, Workfront Fusion displays the fields listed below. Along with these, additional Jira Software fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.

If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another in Adobe Workfront Fusion.

Triggers

Watch for records

This trigger module starts a scenario when a record is added, updated, or deleted.

Webhook

Select the webhook that you want to use to watch for records.

To add a new webhook:

  1. Click Add

  2. Enter a name for the webhook.

  3. Select the connection you want to use for your webhook.

    For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.

  4. Select the record type that you want the software to watch for:

    • Comment
    • Issue
    • Project
    • Sprint

Actions

Add issue to sprint

This action module adds one or more issues to a sprint.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
Sprint ID
Enter or map the Sprint ID of the sprint that you want to add an issue to.
Issue ID or Keys
Add an Issue ID or Key for each issue you want to add to the sprint.

Create a Record

This action module creates a new record in Jira.

The module returns any standard fields associated with the record, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
Record Type

Select the type of record you want the module to create. When you select a record type, other fields specific to that record type appear in the module.

  • Attachment
  • Comment
  • Issue
  • Project
  • Sprint
  • Worklog

Custom API Call

This action module lets you make a custom authenticated call to the Jira Software API. This way, you can create a data flow automation that can’t be accomplished by the other Jira Software modules.

When you are configuring this module, the following fields display.

Select the HTTP request method you need to configure the API call. For more information, see HTTP request methods in Adobe Workfront Fusion.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
URL
Enter a path relative to<Instance URL>/rest/api/2/
Method
Headers

Add the headers of the request in the form of a standard JSON object.

For example, {"Content-type":"application/json"}

Workfront Fusion adds the authorization headers for you.

Query String

Add the query for the API call in the form of a standard JSON object.

For example: {"name":"something-urgent"}

Body

Add the body content for the API call in the form of a standard JSON object.

Note:

When using conditional statements such as if in your JSON, put the quotation marks outside of the conditional statement.

Delete a record

This action module deletes a particular record.

You specify the ID of the record.

The module returns the ID of the record and any associated fields, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
Record Type

Select the type of record you want the module to delete.

  • Attachment
  • Comment
  • Issue
  • Project
  • Sprint
ID or Key
Enter or map the ID or Key of the record you want to delete.

Download an attachment

This action module downloads a particular attachment.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
ID
Enter or map the ID of the attachment you want to download.

Read a record

This action module reads data from a single record in Jira Software.

You specify the ID of the record.

The module returns any standard fields associated with the record, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
Record Type

Select the type of Jira record you want the module to read.

  • Attachment
  • Issue
  • Project
  • Sprint
  • User
Outputs
Select the outputs that you want to receive. Output options are available based on the type of record selected in the "Record Type" field.
ID
Enter or map the unique Jira Software ID of the record that you want the module to read.

Update a record

This action module updates an existing record, such as an issue or project,.

You specify the ID of the record.

The module returns the ID of the record and any associated fields, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
Record Type

Select the type of record you want the module to update. When you select a record type, other fields specific to that record type appear in the module.

  • Comment
  • Issue
  • Project
  • Sprint
  • Transition issue
ID or Key
Enter or map the ID or Key of the record you want to update.

Searches

List records

This search module retrieves all items of a specific type that match your search query

You can map this information in subsequent modules in the scenario.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
Record Type

Select the type of record you want the module to list. When you select a record type, other fields specific to that record type appear in the module.

  • Comment
  • Issue
  • Project
  • Sprint issue
  • Worklog
Max Results
Enter or map the maximum number of records you want the module to retrieve during each scenario execution cycle.

Search for records

This search module looks for records in an object in Jira Software that match the search query you specify.

You can map this information in subsequent modules in the scenario.

When you are configuring this module, the following fields display.

Connection
For instructions about connecting your Jira Software account to Workfront Fusion, see Connect Jira Software to Workfront Fusion in this article.
Record Type

Select the type of record you want the module to search for. When you select a record type, other fields specific to that record type appear in the module.

  • Issues

  • Issues by JQL (Jira Query Lanuguage)

    For more information on JQL, see JQL at the Atlassian help site.

  • Project

  • Project by issue

  • User

recommendation-more-help
5f00cc6b-2202-40d6-bcd0-3ee0c2316b43