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 goal field to update/create sprint #1806

Closed zbarahal closed 6 months ago

zbarahal commented 8 months ago

https://github.com/pycontribs/jira/pull/1586 seems like it stalled out after you asked for tests so I created a separate PR.

This adds goal as a field to create/update sprint and adds test cases. There weren't any existing test cases for update_sprint so I extended that.

I'm still working on getting the local dev setup but I figure I can see how the tests run in CI