You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# toggle-to-jira
1
+
# toggl-to-jira
2
2
3
-
### What is toggle-to-jira?
4
-
Toggl-to-jira is an application which allows you to migrate toggle time entries into multiple jira instances.
3
+
### What is toggl-to-jira?
4
+
Toggl-to-jira is an application which allows you to migrate toggl time entries into multiple jira instances.
5
5
6
6
### How it works?
7
-
Toggl-to-jira takes toggle time entries from the given time period and it creates workloads in related jira issues. To work properly each toogle timeentry has to be assigned to the client. Base on this assignment and app configuration, application recognize in which jira instance should create workloads.
7
+
Toggl-to-jira takes toggl time entries from the given time period and it creates workloads in related jira issues. To work properly each toogle timeentry has to be assigned to the client. Base on this assignment and app configuration, application recognize in which jira instance should create workloads.
8
8
9
9
### Installation
10
10
@@ -39,7 +39,7 @@ Linux
39
39
toggl-to-jira
40
40
```
41
41
it will generate configuration at `$HOME/.toggl-to-jira/config.yaml`
INFO[0002] Finish processing 1478671803: ISSUE-123 Work description
103
103
```
104
-
6. After migration success toggle time entry will be tag with `jira_migration_success_tag` configuration key value (default: `logged`) - this tag causes skip on next migration
104
+
6. After migration success toggl time entry will be tag with `jira_migration_success_tag` configuration key value (default: `logged`) - this tag causes skip on next migration
105
105
7. If you want to skip some time entry migration, tag it with `jira_migration_skip_tag` configuration key value (default: `jira-migration-skip`)
106
-
8. After migration fail toggle time entry will be tag with `jira_migration_failed_tag` configuration key value (default: `jira-migration-failed`) - this tag will be remove after migration success
106
+
8. After migration fail toggl time entry will be tag with `jira_migration_failed_tag` configuration key value (default: `jira-migration-failed`) - this tag will be remove after migration success
0 commit comments