curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/issueLinkType' \
--header 'Content-Type: application/json' \
--data-raw '{
"inward": "Duplicated by",
"name": "Duplicate",
"outward": "Duplicates"
}'
{"id":"1000","name":"Duplicate","inward":"Duplicated by","outward":"Duplicates","self":"https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"}
name
isn't provided. Otherwise, read only.id
isn't provided. Otherwise, read only.name
isn't provided. Otherwise, read only.id
isn't provided. Otherwise, read only.