1

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:

https://jira-python.readthedocs.org/en/latest/

Andy
  • 942
  • 1
  • 10
  • 23

1 Answers1

2

As far as I know - and I am pretty sure about that, it is not possible to define a default component for a project. Maybe there are workarounds with post transition functions but this is not an out-of-the-box feature.

Hence it`s not possible to get this information through any API!

felixsigl
  • 2,900
  • 1
  • 23
  • 16