Introduction
It is possible to configure the OOO period for the users via REST API
List of Attributes
|
Data Type |
Attribute Name |
Default Value |
Remarks |
|---|---|---|---|
|
String |
projectIdString |
"-1" |
"-1" will be all other project If not, it will be the projectId of project |
|
String |
covererId |
|
The coverer username if reassignMode is set to "coverer" Set to "-" for do not re-assign issue |
|
String |
covererAvatar |
|
The small avatar img of coverer which is used to populate in recur rule table |
|
String |
covererDisplayName |
|
The coverer full name which is used to populate in recur rule table |
|
String |
standInId |
|
The stand-in’s username if standInAction is set to “replace” or “add” |
|
String |
standInAvatar |
|
The small avatar img of the stand-in which is used to populate in one time rule table |
|
String |
standInDisplayName |
|
The stand-in’s full name which is used to populate in one time rule table |
|
String |
standInAction |
|
Either
If “replace” or “add” is given, a standInId must be given as well. |
|
String |
projectAvatar |
|
The small avatar img of the project the rule applies to, or blank if the rule applies to all other projects |
|
String |
projectName |
|
The name of the project the rule applies to, or “All other projects” |
|
String |
projectKey |
|
The key of the project the rule applies to, or blank if the rule applies to all other projects |
|
String |
reassignMode |
|
Can use "coverer", for re-assigning issue Can use "unassign", for unassigning issue ( Can use "same", for do not re-assign issue |
|
String |
oneTimeMessage |
|
Message to be added into comment should the user is OOO This message will be appended into period's message as comment |
|
int |
oneTimeId |
0 |
The id of the recur rule for update and delete rule |
REST APIs