dixudx / dixudx/rtcclient

PlannedFor lookup is limited to the first 1000 iterations

Open
#101 13 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
40
Forks
44
PR merge metrics
No merged PRs in 30d

Description

Hi @dixudx,

I'm seeing the following behaviour in Jazz 6.0.3.

With an example server containing 2738 iterations the lookup of the iterations in `_getPlannedFors` will only return the first 1000 iterations and thus resulting in an error if creating an WorkItem of a newer iteration.

This happens because the first request results in:
```

```
But following the next link the totalCount has changed and thus limiting the logic in `client.py:1410` to the first 1000 iterations.
```

```
I'm experimenting on how to avoid this limit.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.