curl --location -g --request PUT 'http:///rest/atlassian-connect/1/migration/properties/' \
--header 'Atlassian-Transfer-Id;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"entityId": 123,
"key": "mykey",
"value": "newValue"
}
]'
{}
【JIRA7.6.1】API开发者 微信交流群
用微信扫右侧二维码,加入【JIRA7.6.1】API开发者 交流群,互助沟通