Feature #4611
closedHTTP access to issue subject field
0%
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
Updated by Felix Schäfer almost 15 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.
Updated by Felix Schäfer almost 15 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.