...
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | tempoAddAllocationForUser(user, issueKey, startDate, endDate, plannedHoursPerDay, description, [, reviewer]) | Package | tempo | Alias | | Pkg Usage | addAllocationForUser(user, issueKey, startDate, endDate, plannedHoursPerDay, description, [, reviewer]) |
|
Warning |
---|
Note that this routine is only available if the Tempo Planner add-on is installed. |
Description
Excerpt |
---|
|
Routine adds another allocation for the user on the specified issue. Reviewer is optional. Allocation time is leveled to accommodate the existing allocation of the user. |
Routine adds another allocation for the user on the specified issue.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
user | String | Yes | The user whose time will be allocated. | issueKey | String | Yes | Issue on which you wish to allocate. | startDate | Date | Yes | The start date; if null, no such filter will be applied. | endDate | Date | Yes | The stop date; if null, no such filter will be applied. | plannedHoursPerDay | Number | Yes | Amount of hours per day to be allocated. | reviewer | String | No | Reviewer, optional |
|
Return Type
Boolean
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "tempo_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|