Update a Specific IssueLinkType
POST {{baseUrl}}/issueLinkTypes/:id?fields=aggregation,directed,id,name,readOnly,sourceToTarget,targetToSource
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"name"=>"Group", "targetToSource"=>"Part of", "sourceToTarget"=>"Part of", "aggregation"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |