...
Expand | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||
Read Grid DataAPI call: GET /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Read all rows of the Grid custom field Request PATH PARAMETERS gridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. QUERY PARAMETERSResponses
|
...
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
API call: POST /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Add rows to the Grid custom field Request PATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
|
...
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
API call: PUT /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Update rows of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
|
...
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Delete Grid DataDelete one or more rowsAPI call: DELETE /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Delete rows of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
Delete ALL rowsAPI call: DELETE /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Delete all rows of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
|
...
Expand | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||
Read Grid ConfigurationRead grid configuration for one grid custom fieldAPI call: GET /rest/idalko-grid/1.0/api/grid/config/{gridCustomFieldId}/issue/{issueIdOrKey} Desription: Reads configuration of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. Responses
Read all Grid custom fields configurationsAPI call: GET /rest/idalko-grid/1.0/api/grid/config/all Desription: Read all Grid custom field configurations Responses
|
...