From 837f88e888d5852e7fb9f8af6c3e33558f5b4a93 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 20 Jun 2025 01:52:21 +0200 Subject: [PATCH] chore(jira): add source for confluence pages exporting tool --- knowledge base/jira.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/knowledge base/jira.md b/knowledge base/jira.md index 6786c2c..88ac0b0 100644 --- a/knowledge base/jira.md +++ b/knowledge base/jira.md @@ -42,6 +42,8 @@ curl "https://${COMPANY}.atlassian.net/rest/api/2/issue" \ ## Further readings +- [Spenhouet/confluence-markdown-exporter] + ### Sources - [Creating JIRA issue using curl from command line] @@ -53,3 +55,4 @@ curl "https://${COMPANY}.atlassian.net/rest/api/2/issue" \ [creating jira issue using curl from command line]: https://stackoverflow.com/questions/31052721/creating-jira-issue-using-curl-from-command-line#31052990 +[Spenhouet/confluence-markdown-exporter]: https://github.com/Spenhouet/confluence-markdown-exporter