I define an issue glance module in manifest json file, it works right when I open the issue page. I can call set issue property api ‘/rest/api/2/issue/{issueIdOrKey}/properties/com.atlassian.jira.issue:[addonKey]:[moduleKey]:status’ to set the status of the issue glance, but I can’t find a way to update the glance content label, what’s the property key and the json format to update it? Thank you.
I try to use the api above with a json like this:
{
“type”:“label”,
“label”: {
“value”: “New label content”
}
}
The call returned with no error, but the glance disappeared in the issue page, I refreshed the page but it just disappeared, I have to change the key of the glance module to show it again. Is this a bug?