Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titlebeta

...

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

  • Status
    colourGreen
    title200
    OK

  • Status
    colourRed
    title404
    Not Found

...

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

  • Status
    colourGreen
    title200
    OK

  • Status
    colourRed
    title400
    Bad Request

  • Status
    colourRed
    title404
    Not Found

...

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

  • Status
    colourGreen
    title200
    OK

  • Status
    colourRed
    title400
    Bad Request

  • Status
    colourRed
    title404
    Not Found

...