Roundup Tracker - Issues

Message7361

Author rouilj
Recipients rouilj, schlatterbeck
Date 2021-11-09.00:39:02
Message-id <20211109003859.96A266A02DE@pe15.cs.umb.edu>
In-reply-to <1636392735.95.0.682441672084.issue2551168@roundup.psfhosted.org>
Hi Ralf:

In message <1636392735.95.0.682441672084.issue2551168@roundup.psfhosted.org>,
Ralf Schlatterbeck writes:
>What do we do with it?
>
>Note that this doesn't just do a search like for issue:
>.../rest/data/issue?title=just%20a%20test
>will find some issues in my test-tracker while the same with a '/'
>won't find any. So this only works for key properties.
>
>You can reproduce this with the standard schema with
>.../rest/data/status/name=open
>or
>.../rest/data/status/open
>
>I think this should be documented and tests be developed...

Isn't this the documentation for it:

  https://www.roundup-tracker.org/docs/rest.html#retrieve-item-using-key-value

We do warn that the short form (/data/status/open) doesn't work for
numbers (it's interprested as an id) and may not be supported in
future versions of the API.

>What do you think?

Testing yes. But I think it's already doc'ed (although I did forget
about that option).
History
Date User Action Args
2021-11-09 00:39:03rouiljsetrecipients: + rouilj, schlatterbeck
2021-11-09 00:39:03rouiljlinkissue2551168 messages
2021-11-09 00:39:02rouiljcreate