I can use the API - https://<domain name>/rest/api/latest/issue/<issue id> - to get the full JSON payload for a Jira issue.
Is there an API I can use to only get the text on the documentation tab for a Jira issue?
Thanks.
You can use the fields query parameter to select which fields should be returned by the API. If you add "&fields=key,documentationfield1,documentationfield2", the API returns just those fields.
You can find additional info on the fields parameter in the docs.
Are you referring to getting the value of a specific field within the Jira issue?
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.