Document toolboxDocument toolbox

API - Mutation for Creating a new Roadmap

A mutation to create a new Roadmap on your account.

As with in-app behaviour, a title (Roadmap Name) is mandatory at time of creation.

If a fiscalEndMonth is not specified, it will default to December (December 31st).

A Roadmap creation call will only create the Roadmap itself with the properties specified in the call's arguments. It will not populate the Roadmap with data. Separate calls are required to input or update data within the Roadmap including:

  • Items

  • Milestones

  • Fields

Sample Mutation

// Create roadmap mutation

image-20240618-143805.png

Sample Response

// Create roadmap successful result

image-20240618-143751.png

Note: lastUpdatedOn returns the number of milliseconds since Unix Epoch (Jan 1, 1970).