pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.95k stars 864 forks source link

Add support for ranking multiple issues at once #1800

Open Sigurdur42 opened 8 months ago

Sigurdur42 commented 8 months ago

Problem trying to solve

The current library already has a rank() function which supports only a single issue ranking per call. There is already a TODO in code which requests to do so for multiple issues at once as the rest API already supports this.

Possible solution(s)

No response

Alternatives

No response

Additional Context

No response