Creates a new board. Board name, type and filter ID is required.
name - Must be less than 255 characters.
type - Valid values: scrum, kanban
filterId - ID of a filter that the user has permissions to view. Note, if the user does not have the 'Create shared
objects' permission and tries to create a shared board, a private board will be created instead (remember that
board sharing depends on the filter sharing).
location - The container that the board will be located in. location must include the type property (Valid
values: project, user). If choosing 'project', then a project must be specified by a projectKeyOrId property in
location. If choosing 'user', the current user is chosen by default. The projectKeyOrId property should not be
provided.
Note:
If you want to create a new project with an associated board, use the Jira platform REST
API. For more information, see the Create
project method. The
projectTypeKey for software boards must be 'software' and the projectTemplateKey must be either
com.pyxis.greenhopper.jira:gh-kanban-template or com.pyxis.greenhopper.jira:gh-scrum-template.
Creates a new board. Board name, type and filter ID is required.
name- Must be less than 255 characters.type- Valid values: scrum, kanbanfilterId- ID of a filter that the user has permissions to view. Note, if the user does not have the 'Create shared objects' permission and tries to create a shared board, a private board will be created instead (remember that board sharing depends on the filter sharing).location- The container that the board will be located in.locationmust include thetypeproperty (Valid values: project, user). If choosing 'project', then a project must be specified by aprojectKeyOrIdproperty inlocation. If choosing 'user', the current user is chosen by default. TheprojectKeyOrIdproperty should not be provided.Note:
projectTypeKeyfor software boards must be 'software' and theprojectTemplateKeymust be eithercom.pyxis.greenhopper.jira:gh-kanban-templateorcom.pyxis.greenhopper.jira:gh-scrum-template.