backlog4j icon indicating copy to clipboard operation
backlog4j copied to clipboard

Java library for Backlog API version 2

Results 7 backlog4j issues
Sort by recently updated
recently updated
newest added

In order to use Java 11 specific improvements and concentrate the use of limited resources in the most efficient way, we think it's good thing that Backlog4j no longer supports...

Lib don't return full projects like API because method don't allow pass param 'all' = true like API, so it's just return some projects not full with role admin.

https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-user/ でパラメーターとして指定できるuserIdですが、数値型から判るようにbacklogの内部で使用しているidであって、backlogの操作者が入力できるユーザーIDではないようです。 画面上からはパラメーターとしてわかる値ではないため、ユーザーの一覧を取得してから戻り値のuserIdでぶつけてidを取得する必要があります。 プロジェクトにユーザーを追加する場合(BacklogClient#addProjectUser)にこのパラメーターが必要になるため、ユーザーのuserIdからユーザーのidを直接指定できる方法(API)を提供してほしいです。

This issue is not a backlog4j specific, but I don't know where should I report it, so that I created this issue. I tried creating an issue with `dueDate` parameter...

The library currently does not support retrieving the data rate limit. This is a limitation that should be addressed. Ideally, each API request should return the remaining request limit within...