Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you create a template, it will be selectable in “Release Notes” pages for Bundles and “Component Versions”.

...

...

Rendering Release Notes With REST API

You can not only create/update/delete release notes using REST API but you can also render them. You can use following request format to render them.

GET {JIRA_BASE_URL}/rest/api/com.deniz.jira.mapping/latest/releasenotes/render/bundle/{BUNDLE_ID}?templateId={TEMPLATE_ID}

GET {JIRA_BASE_URL}/rest/api/com.deniz.jira.mapping/latest/releasenotes/render/

...

mapping/{MAPPING_ID}?templateId=

...

{TEMPLATE_ID}

To get list of all templates you can use following method.

GET {JIRA_BASE_URL}/rest/api/com.deniz.jira.mapping/latest/releasenotes/template/summary