From c6f35018c248d385089c1021329415a8f68b1791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Hra=C5=A1ko?= <16204822+nop77svk@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:54:38 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a33d709..7059ade 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ Meet the scripted Jira worklogging! Give it your worklogs in a CSV file (and you ## Prerequisites - .NET 6 run-time installed (for simple, cross-platform build) or no .NET runtime necessary (for self-contained, single-exe, Windows-only build); You choose! -- Jira server (with version 2 REST API) and the "Tempo Timesheets" plugin +- Jira server (with version 2 REST API) +-- "vanilla" Jira server support: ✔️ +-- "Tempo Timesheets" plugin support: ✔️ +-- "ICTime" plugin support: ❎ (planned) ## Configuration From fdd66862376c47329accf444b1ce7f1b4b3bb4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Hra=C5=A1ko?= <16204822+nop77svk@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:55:56 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7059ade..6f17442 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Meet the scripted Jira worklogging! Give it your worklogs in a CSV file (and you - .NET 6 run-time installed (for simple, cross-platform build) or no .NET runtime necessary (for self-contained, single-exe, Windows-only build); You choose! - Jira server (with version 2 REST API) --- "vanilla" Jira server support: ✔️ --- "Tempo Timesheets" plugin support: ✔️ --- "ICTime" plugin support: ❎ (planned) + - "vanilla" Jira server support: ✔️ + - "Tempo Timesheets" plugin support: ✔️ + - "ICTime" plugin support: ❎ (planned) ## Configuration