Status | ||||
---|---|---|---|---|
|
...
It will take some time from receiving an issue-create an event to attaching a table. Using this API allows you to confirm the completion of attaching a table.
Path Parameters
issueKey: Jira issue key
Query Parameters
host: Jira hostname (e.g.,
xxxx.atlassian.net
)
Response
OKStatus colour Green title 200
Not FoundStatus colour Red title 404
...
The data is base on the JSON format defined here.
Path Parameters
issueKey: Jira issue key
Query Parameters
host: Jira hostname (e.g.,
xxxx.atlassian.net
)version: (optional) version number of the table
Response
OKStatus colour Green title 200
Bad RequestStatus colour Red title 400
Not FoundStatus colour Red title 404
...
The data is base on the JSON format defined here.
Path Parameters
issueKey: Jira issue key
Query Parameters
host: Jira hostname (e.g.,
xxxx.atlassian.net
)
Request Body
JSON data that describes a table
Response
OKStatus colour Green title 200
Bad RequestStatus colour Red title 400
Not FoundStatus colour Red title 404
...