Full configuration schema

Config

Timemachine configuration.

type

object

properties

  • source_jira

SourceJiraConfig

  • destination_jira

DestinationJiraConfig

  • issue_map

Issue Map

Override of destination issue; keys are source Jira issue keys and values are corresponding destination Jira issue keys.

type

object

additionalProperties

type

string

DestinationJiraConfig

Destination Jira configuration.

type

object

properties

  • url

Url

type

string

maxLength

2083

minLength

1

format

uri

  • email

Email

Jira user email.

type

string

default

  • jira_token

Jira Token

type

string

  • tempo_token

Tempo Token

type

string

  • issue

Issue

Issue key where worklogs of issues not overriden by issue_map are copied.

type

string

SourceJiraConfig

Source Jira configuration.

type

object

properties

  • url

Url

type

string

maxLength

2083

minLength

1

format

uri

  • email

Email

Jira user email.

type

string

default

  • jira_token

Jira Token

type

string

  • tempo_token

Tempo Token

Tempo token: if empty or missing, Jira API is used to sync worklogs from a single project.

type

string

default

  • project_key

Project Key

If not using Tempo, key of the project that worklogs are synced from; if using Tempo, worklogs from all projects are synced and this field is ignored.

type

string

default