1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-11-29 22:28:34 +02:00

Added support for the 'expand:renderfields' option

A couple of fields can be rendered server side, especially the ones
related to dates (that can become string like "2 hours ago"), and the
comments body that can be expanded from JIRA wiki markup into HTML.
A new type IssueRenderedFields has been introduced with a couple of
fields that can be expanded.
This commit is contained in:
Frederick Ros
2018-06-03 23:42:41 +02:00
parent 05574a46ff
commit 6b32ea13a0
3 changed files with 121 additions and 6 deletions

File diff suppressed because one or more lines are too long