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.92k stars 857 forks source link

Support for working with Version Related Items #1773

Open bjartur20 opened 7 months ago

bjartur20 commented 7 months ago

Problem trying to solve

There is currently no way to interact with Related Work in Releases.

/rest/api/3/version/{id}/relatedwork

Possible solution(s)

Add methods for fetching, creating, updating and deleting related work.

Alternatives

Current workaround is to use internal/protected methods in the JIRA client to work with Related Work.

Additional Context

No response

bjartur20 commented 7 months ago

If I get some free time soon I can create a PR with a propsed implementation.