Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Feature in development and coming soon

eSign supports import of external signature data into Jira Cloud. This function is available to Jira Administrators only. With this capability signatures captured in legacy external systems or other legacy Jira apps can be uploaded to and be visible within eSign.

...

Standard .csv files are supported. A header row is required with the following mandatory and some optional fields as follows:

Column Header

Required

Length

Example

Description

Issue key

Yes

16

ABC-123

Jira Issue Key

Name

Yes

50

George Washington

Name of signee

Title

No

50

Former President

Title of signee

Meaning

No

16

Approval (Default)

Meaning of signature

Date

Yes

16

Jan 01, 2020

Date of signature (string)

Time

No

10

12:34 PM

Time of signature (string)

Timezone

No

16

US/Eastern

Timezone of signature (string)

Notes:

  • Fields can be in any order within the CSV file; the header must match exactly including case. (e.g. “Name”, not “NAME”, or “name”)

  • Date and Time fields are string values and not interpreted

  • Additional fields/columns are ignored

  • Delimited is comma “,”. Values must be quoted if they contain commas.

...