From dec1ef22ad3fb61e08cba207994147c3b71adfdf Mon Sep 17 00:00:00 2001 From: Vlad Kostyanetsky Date: Wed, 15 May 2024 23:20:35 +0400 Subject: [PATCH] Removed JIRA Issue, since it doesn't work properly --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00740d0..dd67c94 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,11 @@ FBI-100 (8h) ← task ``` > [!tip] -> Additionally, I use the [JIRA Issue](https://github.com/marc0l92/obsidian-jira-issue) plugin. In its settings, I set “Inline issue prefix” to “JIRA:”. For instance, it allows me to type “JIRA:FBI-1” and see an active link to the JIRA issue FBI-1, including its title and actual status. -> -> Then I added the same prefix to my task template for Timesheet: +> We track issues in JIRA, so I added its URL as a prefix to my task template for Timesheet: > > ``` > > -> > JIRA:{taskNumber} ({taskDuration}) +> > https://my.jira.net/browse/{taskNumber} ({taskDuration}) > ``` > Voilà! Now Timesheet also shows me active links to JIRA instead of plain, boring issue numbers.