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 PARAMETERS Responses
|
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
Add Grid DataAPI call: POST /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Add rows to 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. BODY Example (application/json)
Responses
|
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
Update Grid DataAPI call: PUT /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Update 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. BODY Example (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 Request PATH PARAMETERS gridCustomFieldId
string The id of the Grid custom field. issueIdOrKey
string The ID or key of the issue. BODY Example (application/json)
Responses
|
Status | ||
---|---|---|
|
string
The id of the Grid custom field.
issueIdOrKey
Status | ||
---|---|---|
|
string
The ID or key of the issue.
BODY
Example (application/json)
Code Block |
---|
{ "rows":"all" } |
Responses
Auitabs | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
|
Expand | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||
Read Grid ConfigurationRead grid configuration for one grid custom fieldAPI call: GET /rest/idalko-grid/1.0/api/grid/config/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Reads configuration 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. Responses
Read all Grid custom fields configurationsAPI call: GET /rest/idalko-grid/1.0/api/grid/config/all Description: Read all Grid custom field configurations Responses
|