Versions Compared

Key

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

...

Property Name

Description

Default Value

jira_server_url

The URL for the Jira Server instance. This must start with http:// or https:// and should not end with a trialing slash (“/”). This can be entered at runtime.

null

jira_server_username

A user that has access to the projects to export. This can be entered at runtime.

null

jira_server_password

The plain text password for the jira_server_username. This can be entered at runtime.

null

projects_to_migrate

A list of Project Keys of projects to export from Jira Server. This can be entered at runtime.

null

fields_to_migrate

A list of fields to export from Jira Server. The field names must match both Jira Server and Jira Cloud exactly. Only text fields are currently supported.

VERA Sync ID, Pending Tasks, Revision Number

** Issue Key will always be exported.

max_issues_per_file

The maximum number of issues per export file. This is capped at 1000 by Jira settings, but a smaller number can be provided if needed.

1000

jql_filter

A valid JQL Filter string to be used in filtering issues to be exported. This JQL filter will be used on all projects.

null

jira_cloud_url

The URL for the Jira Cloudinstance. This can be entered at runtime.

null

jira_cloud_username

A user that has access to the projects to updated. This can be entered at runtime.

null

jira_cloud_api_key

The plain text API Key for the jira_cloud_username. This can be entered at runtime.

null

...