...
Expand | ||
---|---|---|
| ||
GET /rest/api/2/issue/{issueIdOrKey}/comment Returns all comments for an issue. Results can be ordered by the 'created' field which means the date a comment was added. RequestPath parametersissueIdOrKey Required string Issue id or key Query parametersexpand string Optional flags: renderedBody (provides body rendered in HTML) maxResults string How many results on the page should be included. Defaults to 50. orderBy string Ordering of the results startAt string The page offset, if not specified then defaults to 0 Example
|
Expand | ||
---|---|---|
| ||
POST /rest/api/2/issue/{issueIdOrKey}/comment Adds a new comment to an issue. RequestPath parametersissueIdOrKey Required string Issue id or key Query parametersexpand string Optional flags: renderedBody (provides body rendered in HTML) Body parametersauthor body string created string id string properties Array<EntityPropertyBean> renderedBody string self string updateAuthor updated string visibility Example
|
...
Atlassian's architecture documentation will help you understand Jira fundamentals and get a high-level perspective of Jira's dependencies.
...