summaryrefslogtreecommitdiffstats
path: root/app/views/issues/show.api.rsb
Commit message (Expand)AuthorAgeFilesLines
* Add information about whether an issue is open or closed to Issues API respon...Go MAEDA2021-10-021-2/+2
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-191-0/+6
* Include private_notes property in xml/json Journals output (#20985).Jean-Philippe Lang2016-05-161-0/+1
* Total spent hours and estimated hours need to be get via REST (#21757).Jean-Philippe Lang2016-03-191-1/+5
* Fixed that Issues API may disclose changesets that are not visible (#21136).Jean-Philippe Lang2015-11-041-2/+2
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-131-0/+1
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-2/+2
* Adds closed_on to issues API responses (#824).Jean-Philippe Lang2013-02-161-0/+1
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+6
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-1/+1
* remove trailing white-spaces from app/views/issues/show.api.rsbToshi MARUYAMA2011-09-161-8/+8
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-0/+6
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-1/+1
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-1/+1
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-221-2/+2
* Adds journal created_on attribute to issue API (#7111).Jean-Philippe Lang2010-12-141-0/+1
* Fixes indentation.Jean-Philippe Lang2010-12-111-38/+36
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-4/+4
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-101-1/+4
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-5/+1
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-0/+63