Category: Atlassian
-
Use labels to organize pages and attachments | Confluence Cloud | Atlassian Support
https://support.atlassian.com/confluence-cloud/docs/use-labels-to-organize-your-content/
-
PACKT Books: JIRA 7 Essentials (also on SafariBooksOnline.com)
https://www.packtpub.com/application-development/jira-7-essentials-fourth-edition https://www.safaribooksonline.com/library/view/jira-7-essentials/9781786462510/
-
jira-markup-mode: Emacs major mode for JIRA-markup-formatted text files
https://github.com/mnuessler/jira-markup-mode Editing Jira markup in a simple browser text pane is a PITA. So I shall give this a try!
-
extracting fields from a Jira “issue” (like a very nice and useful description)? how to get the markup source of the issue description?
No, Jira does not let you read (“per se“) the markup source of an “issue” – that’s why I went this way in the first place 🙄 http://Jochen.Hayek.name/wp/blog-en/2015/12/02/jira-rest-api/ – using Jira’s REST API: a “…/rest/api/2/issue/…” URL http://Jochen.Hayek.name/wp/blog-en/2015/12/22/jq-json-processor/ – how to use jq for json-tidying jq . X.json > X.pretty.json http://Jochen.Hayek.name/wp/blog-en/2018/01/17/json-extract-structure/ – extract the structure tree of your…
-
“Markdown”: further reading
https://en.wikipedia.org/wiki/Markdown https://en.wikipedia.org/wiki/Markup_language https://en.wikipedia.org/wiki/Lightweight_markup_language — includes various tables http://daringfireball.net/projects/markdown/syntax – where it all began http://www.markdowntutorial.com http://www.markdowntutorial.com/conclusion/ https://help.github.com/articles/basic-writing-and-formatting-syntax/ https://github.github.com/gfm/ – GitHub Flavored Markdown spec https://gitlab.com/help/user/markdown – GitLab Flavored Markdown spec (a customer GitLab installation provides (resp. seems to provide) a version with a TOC) https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa – Jira and its markup language https://en.wikipedia.org/wiki/Creole_(markup) http://overapi.com/org-mode – Emacs org-mode and its markup language Emacs and Markdown: https://github.com/jrblevin/markdown-mode http://melpa.org/#/markdown-mode
-
how to export from Atlassian Confluence
https://confluence.atlassian.com/doc/export-content-to-word-pdf-html-and-xml-139475.html – not that bad 😀 https://confluence.atlassian.com/display/DOC/Exporting+Confluence+Pages+and+Spaces+to+PDF — “Go to the space and choose Space tools > Content Tools from the bottom of the sidebar” I would really like to get the list of target formats extended, but this list isn’t really, really that poor my wishlist WRT target formats: mediawiki, DocBook my preferred exports: HTML /…
-
where would I re-import an Atlassian Confluence export to?
Atlassian offers “Confluence in the cloud” for 10 USD/month — not really big money, but for my modest purposes more money than I want to spend … Actually I only want to preserve the “brain work” that I created during my life. I’m not sure I need a running (expensive) Atlassian Confluence for that.