Jira Datasheet

SEI uses Rest APIs to connect to Jira. Using these API calls SEI ingests metadata for Jira Issues, Projects, Users, Status, and Sprints. By default, all the standard fields for Issues, Projects, Users, Status, and Sprints are ingested. In addition, if a customer specifies custom fields, SEI will ingest those custom fields too. This metadata is used to generate engineering metrics and insights.

The full details of all the fields are mentioned below.

Jira issues

Metadata
  • id

  • key

  • changelog

  • issuetype

    • name

    • description

    • subtask

  • project

    • id

    • key

    • name

    • projectTypeKey

    • simplified

  • fixVersions

  • resolution

  • resolutiondate

  • created

  • priority

    • name

    • id

  • labels

  • versions

  • issuelinks

  • assignee

  • updated

  • status

    • description

    • name

    • id

  • statusCategory

    • id

    • key

    • name

    • colorName

  • components

  • description

  • summary

  • creator

    • accountId

    • accountType

    • name

    • key

    • displayName

    • active

    • emailAddress

  • duedate

  • progress

  • total

  • votes

    • votes

    • hasVoted

  • comment

  • comments

  • description_length

  • description_text

  • statuscategorychangedate

  • watches

  • issuerestriction

  • aggregateprogress

    • progress

    • total

  • timetracking

  • workratio

  • worklog

    • startAt

    • maxResults

    • total

    • worklogs

Jira sprints

Metadata
  • id

  • state

  • name

  • startDate

  • endDate

  • completeDate

  • activateDate

  • originBoardId

  • goal

Jira statuses

Metadata
  • description

  • name

  • id

  • statusCategory

    • id

    • key

    • name

    • colorName

Jira projects

Metadata
  • id

  • key

  • description

  • lead

  • components

  • issueTypes

  • assigneeType

  • versions

  • name

  • roles

  • projectTypeKey

  • simplified

  • style

  • isPrivate

  • projectKeys

  • priority_scheme

  • default_priorities

Jira users

Metadata
  • accountId

  • accountType

  • name (Jira connect app)

  • key

  • displayName

  • active

  • emailAddress (Jira connect app)

Jira custom fields

The system ingests all the custom fields as specified by the user.

Last updated