when i create a project plan (WBS gant chart), i want to push startdate and finishdate to 3rd system, so i need know how can i get these data using code, thanks.
Welcome to the Atlassian Community.
Is this a third party plugin. If yes then check for the API for those plugin if they are available then you can do this.
You can also contact plugin vendor they will have more accessibility
yes,i use the WBS gant-chart in jira. i want to get this data to 3rd system. i cannot find the api :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you raise the ticket here https://ricksoft-support.atlassian.net/servicedesk/customer/portal/3
They will guide you as this is their product.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @PearDong ,
WBS Gantt-Chart uses Jira Custom fields for Start/Finish dates, so I think you can get these values by using Jira REST API.
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-getIssue
Best,
Hal
Ricksoft
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.