atlassian-python-api
atlassian-python-api copied to clipboard
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
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.