Use Docusign with Automation

この記事では、現在展開している機能について説明します。これらの機能がサイト上で公開される時期は、リリース ノートまたはアトラシアン コミュニティでご確認ください。

The Docusign integration with Automation is only available to Jira Service Management Cloud customers on Premium or Enterprise plans. Find out how to upgrade your plan.

You can connect your Docusign account to your Jira project using the Send custom Docusign request action. This action allows you to send a custom request to Docusign using HTTP requests Get, Post, Put and Delete. This can be useful for automating the sending, signing, and tracking of electronic documents, and other e-signature workflows without leaving Jira. This action can be used with any valid Docusign endpoints for scenarios where predefined actions cannot meet specific requirements.

You must be a Jira admin to connect Docusign to Atlassian Automation.

Create an app and integration key in Docusign

Before creating a connection between your project and Docusign, you need to create an app and integration key in Docusign Admin:

  1. Sign in to Docusign Admin.

  2. In the sidebar, select Apps and Keys.

  3. Select Add App and Integration Key.

  4. Name your integration key and select Create App.

  5. Select Add Secret Key. This will generate a secret key which you will need when integrating your automation rule with Docusign.

  6. Select Add URI and enter this URI into the field: https://id.atlassian.com/outboundAuth/finish

  7. [保存] を選択します。

Integrate an automation rule with Docusign

Each time you create a rule with the Send custom Docusign request action, you will need to create a connection using the details you received when you registered an API client in Docusign.

はじめる前に

This integration currently only supports the Docusign eSignature (REST) API.

This uses the following API endpoint base paths:

  • https://{server}.docusign.net/restapi (production environment)

  • https://demo.docusign.net/restapi (developer environment)

Read more about Docusign API endpoint base paths.

 

  1. From your service project, select Project settings, then Automation.

  2. [ルールを作成] を選択します。

  3. Create your rule using the Send custom Docusign request action.

  4. When prompted to connect to Docusign, select Connect.

  5. フォームを次のとおり完成させます。

    1. Name the connection

    2. In the Base URL field, enter either:

      1. https://account.docusign.com (production)

      2. https://account-d.docusign.com (developer environment)

    3. Enter the Integration key and Secret key you created when

  6. Leave the Scopes field as is. It must have the signature scope.

  7. [Connect] を選択します。

  8. You will be taken to Docusign to authorize the connection. Select Allow Access.

  9. You’ll be taken back to Automation to complete the connection:

    1. Enter the request URL in the following format: {base_uri} + "/restapi/v2.1/accounts/" + {api_account_id}. You can find your base URI and API account ID in your Docusign Admin. Example base URL: https://demo.docusign.net/restapi/v2.1/accounts/d767a1a4-8737-bfff-189th50

スマート値

You can use smart values to access data in Docusign for use in your Jira project.

スマート値

説明

{{docusign.response.body}}

Returns the response body.

{{docusign.response.status}}

Returns the response status.

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。