Roundup Tracker - Issues

Message7304

Author schlatterbeck
Recipients rouilj, schlatterbeck, tttech-klonner
Date 2021-07-26.07:25:48
Message-id <1627284348.98.0.528817947795.issue2551149@roundup.psfhosted.org>
In-reply-to
Currently in the REST-API you can request transitive properties, e.g. when querying issue you could use @fields=priority.order (given that the priority table has an 'order' property). This currently only works for Link properties not for Multilink properties.
In our schema there is field 'pictures' in the user class linking to files with pictures of the user. You cannot currently request properties of pictures using @fields.

And, no, I don't have a patch yet :-)

Thanks for assigning to me!
History
Date User Action Args
2021-07-26 07:25:48schlatterbecksetmessageid: <1627284348.98.0.528817947795.issue2551149@roundup.psfhosted.org>
2021-07-26 07:25:48schlatterbecksetrecipients: + schlatterbeck, rouilj, tttech-klonner
2021-07-26 07:25:48schlatterbecklinkissue2551149 messages
2021-07-26 07:25:48schlatterbeckcreate