Is there a way to make sure that by creating a ticket on an agile board linked to a project it is also shown in the Gantt Chartlinked to the same project?
Project Name, Agile Board Name, and Gantt Chart Name should be replaced with actual names in your instance. This script will be triggered upon issue creation, and it will then check if the agile board contains the issue being created. If it does, it will assign it to the Gantt chart.
This scenario can be automated using a custom workflow created in JS. Here is an example:
Project Name
,Agile Board Name
, andGantt Chart Name
should be replaced with actual names in your instance. This script will be triggered upon issue creation, and it will then check if the agile board contains the issue being created. If it does, it will assign it to the Gantt chart.To learn more about creating workflows in JS, feel free to check out our Developer Portal: Using the Workflow API; JavaScript Workflow Reference.