Forums » Development »
REST API - Get all Issues for a project version
Added by Mike K over 9 years ago
Hi All,
- Is it possible to display all open bugs (issues) for a project version, by use the project version name as key ?
- 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 almost 4 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