Is it possible to create a Gantt Chart in an existing structure using Java API?

confJohnSetl2000 May 15, 2023

I need to create a Gantt Chart in an existing structure using Script Runner. Is it possible to create it via Java API?

1 answer

0 votes
Ram Kumar Aravindakshan _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 17, 2023

Hi @confJohnSetl2000

You may want to check if the Structure plugin you are using has any REST API in it. If yes it may be possible (not guaranteed) to send a POST Request to create it.

You could take a look at ScriptRunner's REST Endpoint which links to REST services in the Jira instance.

The alternative would be this Adaptavist Library code which shows how to send GET, POST, PUT and DELETE requests to external services via the ScriptRunner console.

I hope this helps to answer your question. :-)

Thank you and Kind regards,

Ram

Suggest an answer

Log in or Sign up to answer