Skip to end of metadata
Go to start of metadata

GET /issue/{issue}

Get issue by id

GET /rest/issue/{issue}

  • Request parameters:
    Name Type Description
    issue issueById ID of an issue to get.
  • Response parameters:
    Name Description
    id Issue id in database
    jiraId If issue was imported from Jira, represents id, that it have in Jira
    projectShortName Short name of the issue's project
    numberInProject Number of issue in project
    summary Summary of the issue
    description Description of the issue
    created Time when issue was created (the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date).
    updated Time when issue was last updated (the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date).
    updaterName Login of the user, that was the last, who updated the issue
    resolved If the issue is resolved, shows time, when resolved state was last set to the issue (the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date).
    reporterName Login of user, who created the issue
    commentsCount Number of comments in issue
    votes Number of votes for issue
    permittedGroup User group, that has permission to read this issue; if group is not set, it means that any user has access to this issue
    comment Represents issue comment (see Get comments of an issue)
    tag Tags, accessible to logged in user
    field Represent any field of the issue including custom fields (depending on name attribute). Number and type of fields depends on project settings.

Samples

Sample 1

  • Request
  • Response

Sample 2

  • Request
  • Response
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.