Collection
Create a collection
Required permissions
Create Collections (org.collection.create)
Org ID
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Return a list of organization's collections with issues counts and projects count.
Required permissions
-
View Collections (org.collection.read)
-
View Project history (org.project.snapshot.read)
Org ID
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Return the page of results immediately after this cursor
v1.eyJpZCI6IjEwMDAifQo=
Return the page of results immediately before this cursor
v1.eyJpZCI6IjExMDAifQo=
Number of results to return per page
10
Example: 10
Return collections sorted by the specified attributes
Return collections sorted in the specified direction
DESC
Possible values: Return collections which names include the provided string
Return collections where is_generated matches the provided boolean
Edit a collection
Required permissions
Edit Collections (org.collection.edit)
Org ID
Unique identifier for a collection
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Get a collection
Required permissions
View Collections (org.collection.read)
Org ID
Unique identifier for a collection
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Delete a collection
Required permissions
Delete Collections (org.collection.delete)
Org ID
Unique identifier for a collection
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
No content
Add projects to a collection by specifying an array of project ids
Required permissions
Edit Collections (org.collection.edit)
Org ID
Unique identifier for a collection
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
No content
Return a list of organization's projects that are from the specified collection.
Required permissions
-
View Collections (org.collection.read)
-
View Projects (org.project.read)
-
View Project history (org.project.snapshot.read)
Org ID
Unique identifier for a collection
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Return the page of results immediately after this cursor
v1.eyJpZCI6IjEwMDAifQo=
Return the page of results immediately before this cursor
v1.eyJpZCI6IjExMDAifQo=
Number of results to return per page
10
Example: 10
Return projects sorted by the specified attributes
Return projects sorted in the specified direction
DESC
Possible values: Return projects that belong to the provided targets
Remove projects from a collection by specifying an array of project ids
Required permissions
Edit Collections (org.collection.edit)
Org ID
Unique identifier for a collection
Requested API version
2021-06-04
Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
No content
Last updated
Was this helpful?