Add Dynamic Web Items with Atlassian Connect

Hi,

I’m trying to migrate my jira server plugin to the cloud, in the server version i used the WebItemProvider
interface and override the getItems function to add web items dynamically in the view issue so how could i do this with atlassian connect spring boot ? Thank you

I found the solution, it’s by using dynamic modules api
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dynamic-modules/#api-group-dynamic-modules

1 Like