I'm using jira-python to access jira projects. I'm trying to pass a numeric key (which is not the project id) as a parameter.
myProject = jira.project("100")
However, I get the following error:
response text = {"errorMessages":["No project could be found with id '100'."],"errors":{}}
I'm not trying to pass an id, so is there a way to differentiate between a numeric key and an id.
I was doing some testing and it seems like an alphanumeric key is accepted e.g. key = Test1