-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
649f873
commit aaebe2c
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Migrating from [Tempoit](https://sr.ht/%7Eswalladge/tempoit/). | ||
|
||
## Recommended config | ||
|
||
```toml | ||
# Source config | ||
source = "timewarrior" | ||
source-user = "-" | ||
|
||
# Timewarrior config | ||
timewarrior-arguments = ["log"] | ||
timewarrior-client-tag-regex = "^(oc)$" | ||
timewarrior-project-tag-regex = "^(log)$" | ||
|
||
# Target config | ||
target = "tempo" | ||
target-user = "<jira username>" | ||
|
||
# Tempo config | ||
tempo-url = "https://<org>.atlassian.net" | ||
tempo-username = "<jira username>" | ||
tempo-password = "<jira password>" | ||
|
||
# General config | ||
tags-as-tasks = true | ||
tags-as-tasks-regex = '[A-Z]{2,7}-\d{1,6}' | ||
round-to-closest-minute = true | ||
force-billed-duration = true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Migrating from [Toggl to Jira worklog transfer](https://github.com/giovannicimolin/toggl-tempo-worklog-transfer). | ||
|
||
!!! warning | ||
|
||
To get your Toggl user ID, please check the [source documentation](https://gabor-boros.github.io/minutes/sources/toggl/) | ||
of Toggl. | ||
|
||
## Recommended config | ||
|
||
```toml | ||
# Source config | ||
source = "toggl" | ||
source-user = "<YOUR TOGGL USER ID>" | ||
|
||
# Toggl config | ||
toggl-api-key = "<YOUR API KEY>" | ||
toggl-url = "https://api.track.toggl.com" | ||
toggl-workspace = "<YOUR WORKSPACE ID>" | ||
|
||
# Target config | ||
target = "tempo" | ||
target-user = "<jira username>" | ||
|
||
# Tempo config | ||
tempo-url = "https://<org>.atlassian.net" | ||
tempo-username = "<jira username>" | ||
tempo-password = "<jira password>" | ||
|
||
# General config | ||
tags-as-tasks = true | ||
tags-as-tasks-regex = '[A-Z]{2,7}-\d{1,6}' | ||
round-to-closest-minute = true | ||
force-billed-duration = true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters