Hello all,
I try to make JSON import of Xray issues into my project in Jira Data Center instance. I found this JSON field annotation:
{ "fields":{ "project":{ "key":"TEST" }, "summary":"test bug summary", "description":"test bug description", "issuetype":{ "name":"Bug" }, "priority":{ "name":"Major" } }, "update":{ "issuelinks":[ { "add":{ "type":{ "name":"Blocks", "inward":"is blocked by", "outward":"blocks" }, "outwardIssue":{ "key":"TEST-1" } } } ] } }
All is fine, but I don't know wtah the name of link I have to use.. My inward would to be "tests" and outward - "tested by". But what the type name?
Best regards,
Olga
Hi @Olga Kolov
You can find the name of the link as admin in the Issue Linking menu of JIRA.
In your case, it's a link created by Xray, so it should be Tests
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.