curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/dashboard//gadget' \
--header 'Content-Type: application/json' \
--data-raw '{
"color": "blue",
"ignoreUriAndModuleKeyValidation": false,
"moduleKey": "com.atlassian.plugins.atlassian-connect-plugin:com.atlassian.connect.node.sample-addon__sample-dashboard-item",
"position": {
"column": 1,
"row": 0
},
"title": "Issue statistics"
}'
{"id":10001,"moduleKey":"com.atlassian.plugins.atlassian-connect-plugin:com.atlassian.connect.node.sample-addon__sample-dashboard-item","color":"blue","position":{"row":0,"column":1},"title":"Issue statistics"}
blue
, red
, yellow
, green
, cyan
, purple
, gray
, or white
.uri
.moduleKey
.blue
, red
, yellow
, green
, cyan
, purple
, gray
, or white
.