Project

General

Profile

Actions

Feature #4611

closed

HTTP access to issue subject field

Added by Paul Read about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2010-01-19
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

I would like to be able to retrieve the subject for a given bug ID via a HTTP request.

e.g. if I entered into my browser:
http://redmineserver:8181/redmine/issues/*description*/130

I would receive just the subject text (with no html formatting) for issue 130.

An alternative might be
http://redmineserver:8181/redmine/issues/130?description

Which would then allow the following as well:
http://redmineserver:8181/redmine/issues/130?status
http://redmineserver:8181/redmine/issues/130?priority
http://redmineserver:8181/redmine/issues/130?assigned_to

Having this feature will allow me to show the issues description within other systems, leading to a more joined up system and increasing my groups productivity.

Many thanks for your consideration

Actions #1

Updated by Felix Schäfer about 14 years ago

  • Category set to REST API
  • Status changed from New to Closed

Hello Paul,

Please have a look at the REST API and especially at the API for issues, you will find that while you don't get only the parts you mentioned, you will be able to parse it with an XML parser.

Actions #2

Updated by Felix Schäfer about 14 years ago

Oh, I forgot to mention that this will be available in 0.9.0, or if you want to test it now, grab trunk or 0.9-stable from the repositories.

Actions

Also available in: Atom PDF