Am I doing something wrong?
curl -D- -u user:password -X GET -H "Content-Type: application/json" 'https://myserver/rest/api/2/search?jql=project=ABC%20AND%20issueType=story&fields=description&maxResults=2'
If the description field contains 1. 2. .... the output in Rest shows #
1. My first point
2. My second point
becomes
{"description":"# My first point\r\n # My second point\r\n"}
It's converting it to markdown.
https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all
Yup. You can also get both the markdown and rendered versions from the API when retrieving. This is a good thing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nvm, now that you said the term I knew what to look for.
Thanks again!
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.