You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
is somehow possibleto get markdown code from the new description editor?
I´ve created styled description using WYSIWYG (using headings, tables, alerts, colors, ...) and I would like to get markdown code from it. We have automatization that create task whenever the release is created, this automatization takes only markdown as input for description, therefore I need to get it from this WYSIWYG.
Using older description WYSIWYG, there was an option to toggle between WYSIWYG and markdown. I´ve tried to export that task but there was a final HTML I dont really want.
Is there still any possibility to do this in JIRA Cloud? For example is there any reachable old editor where I could copy paste and toggle the view to markdown?
Interesting, I couldn't find it either, I've even checked comments (which also accepts markdown syntax but change it on the fly) and old issue view (seems like it tricked me).
In the markdown documentation I found statement:
You can copy raw markdown into the Atlassian editor but you can't convert content from it into raw markdown.
On the other hand in our app The Scheduler, markdown is the default text editor and description of existing issue can be viewed in markdown form, example:
Probably there are some text renderer apps which do mainly this feature
I´ve recently found a way how to get the markdown from that.
The only thing thats needed is to add ?oldIssueView=true param to the ticket name (for exmaple https://myCompany.atlassian.net/browse/PROJECT-11111?oldIssueView=true).
Then you´ll see the old ticket detail with old editor which has ability to convert issue description into markdown on edit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.