@ -24,7 +24,7 @@ properties:
readOnly : true
readOnly : true
description:
description:
allOf:
allOf:
- "$ref": "./formattable.yml"
- $ref : "./formattable.yml"
- description : The work package description
- description : The work package description
scheduleManually:
scheduleManually:
type : boolean
type : boolean
@ -120,7 +120,7 @@ properties:
properties:
properties:
addAttachment:
addAttachment:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Attach a file to the WP
Attach a file to the WP
@ -130,7 +130,7 @@ properties:
readOnly : true
readOnly : true
addComment:
addComment:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Post comment to WP
Post comment to WP
@ -140,7 +140,7 @@ properties:
readOnly : true
readOnly : true
addRelation:
addRelation:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Adds a relation to this work package.
Adds a relation to this work package.
@ -150,7 +150,7 @@ properties:
readOnly : true
readOnly : true
addWatcher:
addWatcher:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Add any user to WP watchers
Add any user to WP watchers
@ -163,7 +163,7 @@ properties:
readOnly : true
readOnly : true
items:
items:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
A predefined action that can be applied to the work package.
A predefined action that can be applied to the work package.
@ -171,13 +171,13 @@ properties:
readOnly : true
readOnly : true
previewMarkup:
previewMarkup:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : Post markup (in markdown) here to receive an HTML-rendered
- description : Post markup (in markdown) here to receive an HTML-rendered
response
response
readOnly : true
readOnly : true
removeWatcher:
removeWatcher:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Remove any user from WP watchers
Remove any user from WP watchers
@ -187,7 +187,7 @@ properties:
readOnly : true
readOnly : true
unwatch:
unwatch:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Remove current user from WP watchers
Remove current user from WP watchers
@ -197,7 +197,7 @@ properties:
readOnly : true
readOnly : true
update:
update:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Form endpoint that aids in preparing and performing edits on a WP
Form endpoint that aids in preparing and performing edits on a WP
@ -207,7 +207,7 @@ properties:
readOnly : true
readOnly : true
updateImmediately:
updateImmediately:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Directly perform edits on a work package
Directly perform edits on a work package
@ -217,7 +217,7 @@ properties:
readOnly : true
readOnly : true
watch:
watch:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Add current user to WP watchers
Add current user to WP watchers
@ -227,7 +227,7 @@ properties:
readOnly : true
readOnly : true
self:
self:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
This work package
This work package
@ -235,7 +235,7 @@ properties:
readOnly : true
readOnly : true
schema:
schema:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The schema of this work package
The schema of this work package
@ -246,7 +246,7 @@ properties:
readOnly : true
readOnly : true
items:
items:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
A visible ancestor work package of the current work package.
A visible ancestor work package of the current work package.
@ -258,14 +258,14 @@ properties:
readOnly : true
readOnly : true
attachments:
attachments:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The files attached to this work package
The files attached to this work package
**Resource**: Collection
**Resource**: Collection
author:
author:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The person that created the work package
The person that created the work package
@ -273,14 +273,14 @@ properties:
readOnly : true
readOnly : true
assignee:
assignee:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The person that is intended to work on the work package
The person that is intended to work on the work package
**Resource**: User
**Resource**: User
availableWatchers:
availableWatchers:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
All users that can be added to the work package as watchers.
All users that can be added to the work package as watchers.
@ -292,7 +292,7 @@ properties:
readOnly : true
readOnly : true
budget:
budget:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The budget this work package is associated to
The budget this work package is associated to
@ -303,7 +303,7 @@ properties:
**Permission** view cost objects
**Permission** view cost objects
category:
category:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The category of the work package
The category of the work package
@ -313,7 +313,7 @@ properties:
readOnly : true
readOnly : true
items:
items:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
A visible child work package of the current work package.
A visible child work package of the current work package.
@ -343,35 +343,35 @@ properties:
**Permission**: view file links
**Permission**: view file links
parent:
parent:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Parent work package
Parent work package
**Resource**: WorkPackage
**Resource**: WorkPackage
priority:
priority:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The priority of the work package
The priority of the work package
**Resource**: Priority
**Resource**: Priority
project:
project:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The project to which the work package belongs
The project to which the work package belongs
**Resource**: Project
**Resource**: Project
responsible:
responsible:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The person that is responsible for the overall outcome
The person that is responsible for the overall outcome
**Resource**: User
**Resource**: User
relations:
relations:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Relations this work package is involved in
Relations this work package is involved in
@ -383,7 +383,7 @@ properties:
readOnly : true
readOnly : true
revisions:
revisions:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
Revisions that are referencing the work package
Revisions that are referencing the work package
@ -395,14 +395,14 @@ properties:
readOnly : true
readOnly : true
status:
status:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The current status of the work package
The current status of the work package
**Resource**: Status
**Resource**: Status
timeEntries:
timeEntries:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
All time entries logged on the work package. Please note that this is a link to an HTML resource for now and as such, the link is subject to change.
All time entries logged on the work package. Please note that this is a link to an HTML resource for now and as such, the link is subject to change.
@ -414,21 +414,21 @@ properties:
readOnly : true
readOnly : true
type:
type:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The type of the work package
The type of the work package
**Resource**: Type
**Resource**: Type
version:
version:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
The version associated to the work package
The version associated to the work package
**Resource**: Version
**Resource**: Version
watchers:
watchers:
allOf:
allOf:
- "$ref": "./link.yml"
- $ref : "./link.yml"
- description : |-
- description : |-
All users that are currently watching this work package
All users that are currently watching this work package