Hi,
I am using python script to create issues in Jira, I have added system fields and custom fields in the script but one more system field needs to be added, called "Linked issues ". This field has 2 parts, one being the Link type (single select) and the other being the Issue keys of the linked issues (multi-select). I need to make this script so it can read the link type as well as the linked issue keys to then update the "Linked Issues" field with both the components. I don't want to hard code the Link types but rather have them be retrieved from the property file.