Hi @Nir Haimov
I am using C# and jquery for consuming JIRA rest api so I have a question how can I get HTML format content using jira rest api ? Because I want to render that on my cshtml page for that I need it description In HTML format so can you please help me on this
Hi @Kapil Soni
Just add "&expand=renderedFields" to your api url, and you will get fields data rendered to HTML
Thanks you so much @Nir Haimov and do you have idea how to convert from HTML into JIRA format in C# .net or jquery based framework?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kapil Soni
Did you find any solution for converting or rendering HTML to Jira format using Jira API v3.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes I did found custom solution which is using regex and also expression to convert HTML to jita in jquery and will post here solution tomorrow or day after.
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.
Hi @Kapil Soni
Were you able to find the regex you developed and can you please share it? Would really appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.