POST Issue Link Type
POST /admin/issueLinkType/{name}
Update issue link type
POST /rest/admin/issueLinkType/{name}?{newName}&{outwardName}&{inwardName}&{directed}
Parameters:
Name | Type | Description |
---|---|---|
name | string | Name of the issue link type |
newName | string | New name for the link type, when the specified link type is renamed |
outwardName | string | Visible name for outward link |
inwardName | string | Visible name for inward link; is not used for not-directed links |
directed | boolean | Defines if links of this type are directed or not |
Sample
Request:
POST /rest/admin/issueLinkType/Depend?newName=Depends&outwardName=new depends on&inwardName=new
is required for&directed=true
Response:
Response Code: 200
Response Message: OK
Last modified: 17 December 2019