Actions
Feature #26237
closedSupport wiki_page_title attribute in Versions REST API
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
According to below wiki, there is no way to access version's related wiki page.("version_wiki_page_title")
We expect more extended REST API like follows,
<?xml version="1.0" encoding="UTF-8"?>
<versions type="array" total_count="34">
<version>
<id>1</id>
<project name="Redmine" id="1"/>
<name>0.7</name>
<description/>
<status>closed</status>
<due_date>2008-04-28</due_date>
<created_on>2008-03-09T12:52:06+01:00</created_on>
<updated_on>2009-11-15T12:22:12+01:00</updated_on>
<version_wiki_page_title>FooBarWikiPage</version_wiki_page_title>
</version>
</versions>
Files
Related issues
Updated by Severin Schols over 7 years ago
Updated by Go MAEDA over 7 years ago
- File 26237-test-update.diff 26237-test-update.diff added
- Target version set to 4.1.0
Updated by Mizuki ISHIKAWA over 6 years ago
Updated by Go MAEDA about 6 years ago
- Subject changed from REST API for related wiki page in version to Support wiki_page_title attribute in Versions REST API
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Updated by Go MAEDA almost 6 years ago
- Related to Feature #10384: Versions REST API - Please add the WIKI field in the XML output added
Actions