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.
Currently i'm trying to do this in python but am open to using something else as long as its not too complex.
The issue description field is sent in Atlassian's Document Format which looks something like this:
{'version': 1, 'type': 'doc', 'content': [{'type': 'paragraph', 'content': [{'type': 'text', 'text': 'and i cant lie'}]}]}
The more paragraphs and formatting that is done for the issues description the more complex the structure will be. Is there an easy way to parse/render this down to something viewable? I do not want to do this manually and cant seem to find anything to help in handling this. Im also assuming that comments might be handled this way as well.
There has to be a plugin to make this json format viewable and also a wysiwyg editor, just cant seem to find anything on it
Hi, did you find any way? please help, I'm trying to do the same!
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.