atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 643 forks source link

How do one retrieve a list of commits associated to a jira ticket, I tried to use expand='development', 'devstatus', 'dev-status', nothing seems to work #1274

Open hpe-ykoehler opened 7 months ago

hpe-ykoehler commented 7 months ago

My goal is to obtain the list of commits I see visually in the Jira datacenter instance we have. It seems as if the expand doens't support devstatus or development.

I found other rest API usage that would allow me to obtains a pull requests but not the commits themselves.

Yet, the UI display them, so I am wondering if this is an API issue, or a python issue or something else I am missing, thank you.