Problem with Web Panel module refreshing/reloading everytime when issue is modified via REST API

Endi Modric March 3, 2021

I have an issue view web panel module which hosts my ReactJS application that refreshes/reloads every time I modify the issue via REST API (PUT /rest/api/3/issue/{issueIdOrKey} - EDIT ISSUE - REST API JIRA) In my case I have custom issue fields inside web panel that modify the issue and when that happens the whole web panel/reactjs app reloads. This is completely unnecessary since I'm keeping state inside web panel integrated application and if I have a need to refresh it manually I can simply use AP.jira.refreshIssuePage(). Is there a way to avoid this?

Any help is appreciated. Thank you!

Click here to see video

0 answers

Suggest an answer

Log in or Sign up to answer