Hello Support,
I want to integrate Jira Roadmaps into my PHP application so that users can see the progress of the Roadmap assigned to them.
Basically, there are two user types, i.e: Lawyers and Clients.
I want to keep the lawyers on Jira and the admin will manually assign Clients to the Lawyers. Lawyers will update the progress of the case from Jira and I want to display the Jira Roadmap on the Client's dashboard and documents attached to Roadmap via Gdrive even if this is all Iframed (embedded code).
Is there a way to iframe or API to a Jira Roadmap? Maybe like passing through several Oauth verifications (for instance, logging in to the PHP application and Jira Roadmaps and seeing attached GDrive documents) and then displaying them?
Thanks