I'm writing a python script and trying to get the project category using the jira-python package. If I retrieve the project using the API, there is a category object.
However in the python script, if I try to get the category name element from the project (jiraProject.projectCategory.name), it errors and doesn't seem to be found. Would this be an issue with the jira-python package? Is there any way around this or do I have to execute the REST API myself and not use jira-python?