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.94k stars 860 forks source link

[feature]: add override flags to issue edit #1645

Closed TommyDuc closed 1 year ago

TommyDuc commented 1 year ago

Hello!

This is the first time I contribute to this project, so feel free to make suggestions!

The commit is pretty much straight forward. I have added the overrideScreenSecurity and overrideEditableFlag flags from the edit issue API path.

I've tried to add tests but I didn't find other tests that add screens to be able to test. If you have a suggestion or a way to do this then I'll gladly amend my commit to add tests. However I've tested it manually in our in-house scripts and it works as intended.