asn_sections_insert_in_project: Move sections relative to each other in a board view. One of...

View source: R/sections.R

asn_sections_insert_in_projectR Documentation

Move sections relative to each other in a board view. One of 'before_section' or 'after_section' is required.

Description

Sections cannot be moved between projects.

Usage

asn_sections_insert_in_project(project, ..., options = list())

Arguments

project

Id The project in which to reorder the given section#'

...

Object Data for the request section : Id The section to reorder [before_section] : Id Insert the given section immediately before the section specified by this parameter. [after_section] : Id Insert the given section immediately after the section specified by this parameter.

Details

At this point in time, moving sections is not supported in list views, only board views.

Returns an empty data block.

See Also

Other sections: asn_sections_create_in_project, asn_sections_delete, asn_sections_find_by_id, asn_sections_find_by_project, asn_sections_update, asn_sections


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.