Forums

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

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

confJohnSetl2000
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Champion
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