Full configuration schema¶
Config¶
Timemachine configuration.
type |
object |
||
properties |
|||
|
|||
|
|||
|
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 |
|
type |
string |
|
maxLength |
2083 |
|
minLength |
1 |
|
format |
uri |
|
|
||
Jira user email. |
||
type |
string |
|
default |
||
|
Jira Token |
|
type |
string |
|
|
Tempo Token |
|
type |
string |
|
|
Issue |
|
Issue key where worklogs of issues not overriden by |
||
type |
string |
SourceJiraConfig¶
Source Jira configuration.
type |
object |
|
properties |
||
|
Url |
|
type |
string |
|
maxLength |
2083 |
|
minLength |
1 |
|
format |
uri |
|
|
||
Jira user email. |
||
type |
string |
|
default |
||
|
Jira Token |
|
type |
string |
|
|
Tempo Token |
|
Tempo token: if empty or missing, Jira API is used to sync worklogs from a single project. |
||
type |
string |
|
default |
||
|
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 |