When using the jira python library and creating issues, non mandatory fields are being enforced on create_issue call.
Response on create issue attempt:
text: No issue link type with name 'Automated' found.
Response on create meta call to check mandatory fields:
'hasDefaultValue': False, u'key': u'issuelinks', u'name': u'Linked Issues', u'operations': [u'add'], u'required': False,