redmine_create_category: Create category

Description Usage Arguments Value Author(s) Examples

Description

Create category

Usage

1
redmine_create_category(project_id, name, assigned_to_id = NULL, ...)

Arguments

project_id

Project id to add issue to

name

Category name

assigned_to_id

User id to assign to

...

Further parameters

Value

id of the created category

Author(s)

Laure Cougnaud

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# first get necessary ids
projectID <- redmine_search_id("testProject", 
    endpoint = "projects")

# now create category
issueID <- redmine_create_category(
   project_id = projectID, 
   name = "Functionality")

## End(Not run)

openanalytics/redmineR documentation built on June 8, 2019, 8:29 a.m.