Project

General

Profile

[REST API] How do I get a list of issues based on their fixed_version?

Added by Rémy SAISSY over 13 years ago

Hi,
I need to get a list of issues from a specific fixed_version.
I use Issue with ActiveResource to do it but I haven't found a way to find by fixed_version_id.

So I tried to use the Version active resource class instead but it appears that it can't be used that way.
Did I missed something or should something be patched in order to fulfill this need?
I'm presently working on adding a fixed_version query parameter to /issues requests but I am not sure it is the best way to do it.
Thanks!
Have a great day.