Project

General

Profile

REST API - Get all Issues for a project version

Added by Mike K almost 9 years ago

Hi All,

  1. Is it possible to display all open bugs (issues) for a project version, by use the project version name as key ?
  2. Also is there a rest call to retrieve multiple issues by using the issue number as key ? e.g 34|56|67 etc.

Thanks for any advice
Mike


Replies (1)

RE: REST API - Get all Issues for a project version - Added by Andrew Mo over 3 years ago

This is an old question, but I have the same issue so...

Did you ever find a solution to #1, or does anyone else have a solution? The only way I see to do it is to GET the complete list of versions for a project and then map the name to the ID, which seems unnecessarily convoluted.

Wrt #2, the REST API Doc indicates you can provide a comma-separated list of Issues

Thanks in advance for any suggestions

    (1-1/1)