I created an app type jira-ui-modifications from the forge cli templates using forge create. In that template in the main index.js file is the following code that registers project - issue - viewtype contexts.
The viewType GIC that comes with the template works. I can see console.log statements in the client side console for logging statements I put into these methods
const result = await api.asApp().requestJira(route`/rest/api/3/uiModifications`, {
const result = await api.asApp().requestJira(route`/rest/api/3/uiModifications`, {
Hi @Kevin Setter - where are you opening the issue? Please have in mind that we do not support all issue view locations yet (there's a lot of them), only 3 for now:
can you attach the screenshot/url path after page address where you are opening the issue? Then I will be able to detect the Issue View location and provide information if it's supported.
Thank you
Since Board is supported I went to the 'Board' for my project and opened an issue from the board.
Still no activity (console.log statements visible). The Create button does produce activity still.
Let me know if I'm still not opening a supported view.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kevin Setter it is a supported view. We are trying to reproduce it on our side, we will come back to you with the findings. In the meantime could you please try to use UI modifications example app: https://bitbucket.org/atlassian/forge-ui-modifications-example/src/master/, there's an admin panel and it works well for Issue View.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kevin Setter we tried to reproduce it multiple times in various scenarios and for us the problem appears only in one scenario: when we forget to run `forge deploy` before reinstalling the app. Can you please check:
- `forge deploy` after changing `GIC` to `IssueView`
- `forge uninstall`
- `forge install` to trigger the creation of UIM with a context
and let us know if it fixes the problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.