Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change Location of JIRA Cutom Apps

Subhadip September 10, 2024

Hi People, 

I have build a custom UI apps for jira issue pannel using forge. The app is showing in the bottom section (above comments).

I just want to know if there is any way I can change the app location to right side pannel (As shown in the screenshot). As My application is having HTML and layout, I want to move it to the right side pannel. 

 

Screenshot 2024-09-10 170652.png

3 answers

1 vote
Javier Martínez Caballero
Contributor
September 10, 2024

Hi @Subhadip!

 To move your custom Forge app to the right-side panel in Jira, you’ll need to modify the app’s manifest file to specify the location where it should appear.

In the Forge manifest (manifest.yml), you'll need to adjust the jira:issuePanel module to specify the correct location for your app. Here's what you can try:

1. Update the key for the jira:issuePanel module:

To move your app to the right-hand side panel, use the location key atl.jira.view.issue.right.context. For example:

 modules:
jira:issuePanel:
- key: your-app-key
function: main
title: "Your Custom App"
location: "atl.jira.view.issue.right.context"

 

2. Deploy the changes:
After modifying the manifest, redeploy your Forge app using the following command:

forge deploy

 

Let me know if that works or if you need any more guidance! 😊

Subhadip September 10, 2024

Hi @Javier Martínez Caballero , 

Thanks for your suggestion. Let me explain to you that, I'm trying to integrate a chatbot service into Jira service desk issue. So people can us the chatbot while watching the issue. But seems after adding the location also it did not move to the right side. Snap for your reference.


Screenshot 2024-09-10 at 21.16.51.png

Screenshot 2024-09-10 at 21.17.38.png

1 vote
Tuncay Senturk _Snapbytes_
Community Champion
September 10, 2024

Hi @Subhadip 

Welcome to the Community!

For moving it to the right-side panel, you’ll need to use a different context within the Forge manifest. You’ll need to update the module type to jira:issueContext 

I highly recommend visiting the Atlassian Developer Community for more detailed discussions and assistance. You can also consult Atlassian Forge documentation for any additional configuration you might need for your app.

 

Subhadip September 10, 2024

Thank you for your suggestion @Tuncay Senturk _Snapbytes_ . I'm trying to add an app that consist of some UI as well iframe can that be added on the right side as "issueContext"?

Tuncay Senturk _Snapbytes_
Community Champion
September 10, 2024

No worries, I hope it was helpful.

The components that you can use in that section are limited.

Refer to the issue context documentation from here.

1 vote
Aaron Pavez _ServiceRocket_
Community Champion
September 10, 2024

Hi @Subhadip 

Please reach out to the Dev community here:

https://community.developer.atlassian.com/

Regards

Subhadip September 10, 2024

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events