I have a custom field in Jira called 'Country'. It has a list of acceptable values that it can contain. How do I retrieve there values using the Python Jira module?
For example for custom field 'Country' it should output a list like:
USA, Canada, UK, Australia, etc