Hi, thanks in advance for any light you are able to shed!
I am adding detail fields to the Organization and Customer pages in Jira Cloud. There are quite a few fields which could do with being grouped in a few panels. I’m following this tutorial (https://developer.atlassian.com/server/jira/platform/adding-content-to-the-jira-view-issue-page/) but I’m stuck as I try to find the available UI locations for those pages. I’ve tried to find them in the documentation but I can’t find any references to them. I’ve looked at the source and I can’t find any data-web-panel-key elements.
Has anyone been down this road before?
Hey @JasonHook,
From your question, it sounds like you’re trying to customise Jira Cloud, but the tutorial you linked is for Jira Server - the way you modify the UI in Jira Server and Jira Cloud is quite different.
You haven’t mentioned whether you’re using Forge or Connect to build your app, so I’ll answer assuming Forge.
The full list of Forge modules for Jira can be found here - https://developer.atlassian.com/platform/forge/manifest-reference/modules/index-jira/
I think the one you’ll want to look at is the Jira Issue context:
I hope this helps,
Cheers
Mel
Thank you very much for your reply. I can see from the link to modules that there is a Jira Service Management organization panel which is probably the thing I want to update. There are a bunch of what ifs, the largest of which is how to get started
I have cracked that and I can create and deploy apps using forge.
There doesn’t appear to be a good example of using the JSM Organization Panel so I’m a bit stuck and in need of someone who can point to an example or failing that a half decent bit of documentation!
Thanks again ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12)