Add board in custom webpage

Hi,

How to add board in custom html page.

Thanks,
Naveen

Hi Naveen,

Do you have any more details about what you are trying to achieve? Maybe you have a mock-up that you can share.

With the information provided, I’m not really sure if I will be able to help but let me try.

It sounds like you want to add a Jira board (Create a Scrum board based on projects | Jira Software Cloud | Atlassian Support) to an app page.
If that’s the case, did you consider adding the logic of the app to an existing board instead? When using Connect, you can specify a board in the context variables (https://developer.atlassian.com/cloud/jira/platform/connect-conditions).

Let us know,
Caterina

1 Like

Hi,

I am adding project navigation bar using below example json in connect app.

{
“url”: “https://naveen123.atlassian.net/”,
“location”: “jira.project.sidebar.navigation”,
“context”: “addon”,
“weight”: 200,
“target”: {
“type”: “page”
, “options”: {}
},
“key”: “web-item-example”,
“name”: {
“value”: “My web-item”
}
}

Once I click click on project navigation bar, It needs to load web page contains board and few another html functionalities (Added screen shot in above message).

Please let me, which modules needs to add to show board in my screen.

How can achieve that. Attached image in above message.

Thanks,
Naveen