Hi,
I have an app that uses the Issue Context module, and needs to use information from the current Issue.
With the previous old webPanel
in atl.jira.view.issue.right.context
, I just fetched the Issue data form the AP.context on load.
With the not-so-old Issue Glance
I used the event ISSUE_GLANCE_OPENED
.
We are now told that we should fetch relevant data on load.
But… when viewing a kanban, backlog or any board, the new Issue Context
panel for my app is not reloaded when the issue changes. So the user is left with stale data on the app.
How can we detect or respond to Issue changes on a board from within an Issue Context
?
Not even the data from AP.context.getContext()
is updated…