I have been trying to programatically retrieve the default component set for a JIRA project with little success.
Currently, I have tried
jira.createmeta('PROJ_NAME')
and
jira.project('PROJ_NAME')
Trying to understand the API output is troubling. I believe it might not be possible but I atleast want to confirm this before making this final assumption.
Is there an easy way to retrieve what component was set as the default in the jira-python api?
For reference: